Clamio API using Nest framework in TypeScript.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# building the build folder called dist
$ npm run build
# offline deployment
$ npx serverless offline