You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The steps are slightly off. Instead off:
git clone [email protected]:learnrelay/pokedex.git
cd pokedex
git checkout step-01
npm install
npm start # open localhost:3000
I needed to do this
git clone [email protected]: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.
The text was updated successfully, but these errors were encountered:
The steps are slightly off. Instead off:
git clone [email protected]:learnrelay/pokedex.git
cd pokedex
git checkout step-01
npm install
npm start # open localhost:3000
I needed to do this
git clone [email protected]: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.
The text was updated successfully, but these errors were encountered: