hello students! let's go over the pokemon code and running it locally.
git clone git@github.com:EasyAsABC123/codeyou-flexbox-pokemon.gitChange into the directory;
cd codeyou-flexbox-pokemon
cd srcnpm installWith nodemon:
npm run devWith just node:
node server.js