DEV Community

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

Posted on • Edited on

2 1

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

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

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

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post