-
Node v15
nvm install v15
-
Clone repository with
git clone https://gitlab.com/Dartheg/pokeAPI.git
-
Use
npm install
to install project dependencies.
Run npm start
to start server in production mode.
Run npm run startdev
to start with nodemon and development environment.