Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 361 Bytes

File metadata and controls

22 lines (19 loc) · 361 Bytes

Global node js packages

$ npm install -g ts-node@10.5.0
$ npm install -g nodemon

Environment

  • need create .env file
  • example: .env.sample

Important!

###Before starting: Install Docker Desktop to your machine and start docker containers:

$ docker-compose up -d

Start project

$ npm install
$ npm run start:dev