Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 497 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 497 Bytes

Pokedex

Demonstration: https://pokedexdev.vercel.app/

This project is developed with:

  • React
  • styled-components
  • Redux

Running project with Docker

Run yarn docker to up container and run in http://localhost:3000.

Development

  • Run yarn to install dependencies.
  • Run yarn start to start project.

Open http://localhost:3000 to view it in your browser.

Testing

Run yarn test to test.