Angular 13 + NestJs + NX
GitHub: https://github.com/wlucha/angular-nest-nx
특징
✅ Angular 13
✅ Ngx-admin
✅ NestJS 8
✅ Nx이 있는 차세대 빌드 시스템
✅ Jest으로 단위 테스트
✅ [Cypress](https://www.cypress.io/를 사용한 종단 간 테스트
✅ ESLint
✅ Prettier
프론트엔드 앱
Angular 13 프론트엔드 앱은 ngx-admin 스타터 키트를 기반으로 합니다.
설치/개발
# Clone the project
$ git clone https://github.com/wlucha/angular-nest-nx
$ cd angular-starter
# Install dependencies
$ npm install
# Start frontend server
$ npm run start
# Start backend server
$ npm run api
# Open in browser: http://localhost:4200
명령
npm run start
- ngx-admin 프런트엔드 앱 시작npm run api
- NestJS 백엔드 시작npm run lint
- 프로젝트 린트 npm run test
- 테스트 실행특허
MIT 라이선스
Copyright (c) 2022 Wilfried Lucha
GitHub: https://github.com/wlucha/angular-nest-nx
Reference
이 문제에 관하여(Angular 13 + NestJs + NX), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/wlucha/angular-13-nestjs-nx-lih텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)