nest - cil
Basic example of a Rest API using Nest framework TypeScript starter repository.
if you have no yarn dependencies, please install it.
$ npm install yarn -g
else you can directly use yarn to install other dependencies.
$ yarn
# development
$ npm start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
- Author - Nick Hua