The Pokemon App is a Frontend app made with React, Redux appliying Duck methodology and using PokéApi.
The first step is install all project dependencies
Runs with npm
npm install
Run with yarn
yarn
Runs the development mode with following comands
Run with npm
npm run start
Run with yarn
yarn start
- Alejandro Ruiz Sánchez - Initial work - alejor64
This project is licensed under the MIT License - see the LICENSE.md file for details