Skip to content

ivqonsanada/pokedex-app

Repository files navigation

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