DEV Community

Cover image for Angular 13 + NestJS 8 Starter Project
wlucha
wlucha

Posted on • Updated on

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

https://github.com/wlucha/angular-nest

Demo

Installation

# Install dependencies
$ npm install
Enter fullscreen mode Exit fullscreen mode

Running Nest.js

# development
$ npm run start-nest

# watch mode
$ npm run start-nest:dev

# production mode
$ npm run start-nest:prod
Enter fullscreen mode Exit fullscreen mode

Running Angular

# development
$ npm run start-angular

# production mode
$ npm run start-angular:prod
Enter fullscreen mode Exit fullscreen mode

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
Enter fullscreen mode Exit fullscreen mode

License

MIT License

Copyright (c) 2022 Wilfried Lucha

Top comments (2)

Collapse
 
kevinmerckx_47 profile image
Kevin Merckx

I love those two frameworks. Check out nx.dev/ ;)

Collapse
 
wlucha profile image
wlucha

thanks!

I also have a Angular 13 + NestJS 8 + NX project here: github.com/wlucha/angular-nest-nx