Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 954 Bytes

Pokedex Application

Description

A Pokemons list(Pokedex) with search input. Build Deploy beta Build Deploy Prod

Instalation

  1. Clone the repo: git remote add origin [email protected]:alexandrejuk/pokemon-react.git
  2. cd pokemon-react
  3. Install packages: npm install or yarn
  4. Build project and launch: npm start or yarn start
  5. Start api with json server: json-server db.json --port 3002
  6. Open your browser at: http://localhost:3000

Screenshot

pokemon-react

Author

Alexandre dos Santos Soares