Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 1.66 KB

README.md

File metadata and controls

64 lines (45 loc) · 1.66 KB

Pokédex - A Gamify Pokemon Catalog App

Run Locally

Prerequisite

Clone the project

git clone https://github.com/ivqonsanada/pokedex-app.git

Go to the project directory

cd pokedex-app

Install dependencies

npm install 

Start the server

npm start

Open http://localhost:3000 with your browser to see the result.

Running test

To run test

npm test

To see code coverage

npm test -- --coverage

Built With