Please star this repo if you like ⭐
It's motivates me a lot!
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Ruslan Shvetsov
- See also the list of contributors who participated in this project.
Please read CONTRIBUTING for details on our code of conduct, and the process for submitting pull requests to us.