Boilerplate for creating a fullstack application on NestJS and Angular
Infrastructure is running using docker-compose, applications are launched in watch pm2 mode.
git clone git@github.com:nestjs-mod/nestjs-mod-fullstack.git
cd nestjs-mod-fullstack
npm i
npm run pm2-full:dev:start
npm run pm2-full:dev:test:e2e
npm run pm2-full:dev:stop
Infrastructure is running using docker-compose, built applications are launched using pm2.
git clone git@github.com:nestjs-mod/nestjs-mod-fullstack.git
cd nestjs-mod-fullstack
npm i
npm run pm2-full:prod:start
npm run pm2-full:prod:test:e2e
npm run pm2-full:prod:stop
Infrastructure and applications built into Docker images are run using docker-compose.
git clone git@github.com:nestjs-mod/nestjs-mod-fullstack.git
cd nestjs-mod-fullstack
npm i
npm run docker-compose-full:prod:start
npm run docker-compose-full:prod:stop
For questions and support please use the official Telegram group. The issue list of this repo is exclusively for bug reports and feature requests.