A progressive Node.js framework for building efficient and scalable server-side applications.
Backend of Markit Blog Application
$ npm installVSCode Extionsons:
- Create a
.envfile based on.env.example - Check port in
src/main.tsand in Env in Thunder Client - Run the app:
# development
$ npm run start
# no watch mode
$ npm run start:nowatch
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:covNest is MIT licensed.