Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 449 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 449 Bytes

Installing dependencies

  1. Navigate to the project folder you just downloaded.
  2. Run the following command in your terminal:
$ npm install

Enviroment specs

  • node - 16.18.0
  • npm - 8.19.2

to install all project dependencies.

Running the project

  1. Navigate to the project folder in your terminal.
  2. Run the following command in your terminal:
# development
$ npm run dev

# production mode
$ npm run start