DEV Community

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

Posted on • Edited on

2 2

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

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →