Skip to content

KA-devl/Pokedex-front

Repository files navigation

Getting Started with POKEDEX App

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm install -g json-server

Set up a simulation of JSON rest API server in the project. It is important to run it at the same time as the app.

npm run start:api

Launches the simulation of JSON rest api server. This is a custom made command that replaces the command "json-server --watch src/models/db.json --port=3001" for simplicity.

About

Implemented using React & firebase

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published