Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
January 6, 2022 11:31 am GMT

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

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


Original Link: https://dev.to/wlucha/angular-13-nestjs-8-1b8

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To