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

Image of Datadog

The Essential Toolkit for Front-end Developers

Take a user-centric approach to front-end monitoring that evolves alongside increasingly complex frameworks and single-page applications.

Get The Kit

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay