The fullstack starter project with Nestjs serverside, pug templating engine and tailwindcss, alongside client side typscript compilation with laravel mix.
Framework: NestJs
$ npm install
$ docker compose up
cp .env.sample .env
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# e2e tests
$ npm run test