Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

step-01 instructions are slightly off #30

Open
CADBOT opened this issue May 13, 2017 · 1 comment
Open

step-01 instructions are slightly off #30

CADBOT opened this issue May 13, 2017 · 1 comment

Comments

@CADBOT
Copy link

CADBOT commented May 13, 2017

The steps are slightly off. Instead off:
git clone git@github.com:learnrelay/pokedex.git
cd pokedex
git checkout step-01
npm install
npm start # open localhost:3000

I needed to do this
git clone git@github.com:learnrelay/pokedex.git
cd pokedex
git checkout step-01
cd branch-step-01
npm install
npm start # open localhost:3000

The src folder inside the root of the step-01 branch doesn't have the correct version of the code. Please let me know if you need any further info.

@jperkelens
Copy link

glad this is here since i just ran into this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants