Demonstration: https://pokedexdev.vercel.app/
This project is developed with:
- React
- styled-components
- Redux
Run yarn docker
to up container and run in http://localhost:3000.
- Run
yarn
to install dependencies. - Run
yarn start
to start project.
Open http://localhost:3000 to view it in your browser.
Run yarn test
to test.