Angular 13 + NestJS 8 스타터 프로젝트
1840 단어 javascriptwebdevangularbeginners
특징
✅ 각도 13+
✅ NestJS 8+
✅ Jest 단위 테스트
GitHub 프로젝트
https://github.com/wlucha/angular-nest
데모
설치
# Install dependencies
$ npm install
Nest.js 실행
# development
$ npm run start-nest
# watch mode
$ npm run start-nest:dev
# production mode
$ npm run start-nest:prod
러닝 앵귤러
# development
$ npm run start-angular
# production mode
$ npm run start-angular:prod
테스트
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
특허
MIT 라이선스
Copyright (c) 2022 Wilfried Lucha
Reference
이 문제에 관하여(Angular 13 + NestJS 8 스타터 프로젝트), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/wlucha/angular-13-nestjs-8-1b8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)