- NodeJS
This repository depends on the successful installation of the API
Back end in the repository located PokedexAPI.
- Clone
- Move to -->
cd pokedex
- copy
.default.env
to.env
- Run
npm install
- Be sure to run the API on your machine.
API_URL
: URL base of your API. -->http://localhost
API_PORT
: API PORT --> default2302
API_PREFIX_ROUTES
: default -->/api/v1
Make sure the following values are the same in your API.
TOKEN_EXPIRE
: Copy from your API --> default72h
SECRET
: Copy from your API --> example:secret-pokedex-api
Run npm start
Runs the app in the development mode.
Your browser will open in http://localhost:3000.