Angular 13 + NestJS 8 Starter Project

This project is a Angular 13 + NestJS 8 starter to build your new frontend & backend project (by @wlucha)
Features
✅ Angular 13+

✅ NestJS 8+

✅ Jest Unit Testing
GitHub Project
Demo
Installation
# Install dependencies
$ npm install
Running Nest.js
# development
$ npm run start-nest

# watch mode
$ npm run start-nest:dev

# production mode
$ npm run start-nest:prod
Running Angular
# development
$ npm run start-angular

# production mode
$ npm run start-angular:prod
Test
# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
License
MIT License
Copyright (c) 2022 Wilfried Lucha

26

This website collects cookies to deliver better user experience

Angular 13 + NestJS 8 Starter Project