This is still a WIP
A Pokédex I built so I can learn how Parcel works.
- PokéAPI
- React
- @reach/router
- Development files are found in
src/
- Entry point is
src/html/index.html
yarn develop
- Starts a dev server on localhost:1234
yarn build
creates a production build output in dist/
yarn serve
starts a static file server of the dist folder on localhost:5000