Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 312 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 312 Bytes

General Information

Pokedex built in React for my front-end internship task in Allegro using PokeAPI for data. App is also hosted on heroku at: https://pokedex-bm.herokuapp.com/

How to run

NodeJS is required to run To install required packages

npm install

To run dev server

npm start