Welcome to the Burlington Code Academy React Pokedex application. For this workshop we will be building out a site to act as our Pokedex using the pokeapi.co site to fetch information about all the current Pokemon, which we will be displaying in batches of 20 on our site.
To get started:
- Use git to clone down this repository so you have a local copy
- Move into the repository you just cloned down with the command
cd poke-react
- Move into the
client
subdirectory withcd client
- Install all dependencies with
npm install
- You're ready to start building out your Pokedex! Run
npm start
to run your React app.