/nestjs-embedjs-template

Primary LanguageTypeScriptApache License 2.0Apache-2.0

NestJS EmbedJs template

This project is built as an example / template to show how to use EmbedJs in a NestJs application.

Getting started

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod