Angular 13 + NestJS 8 스타터 프로젝트

이 프로젝트는 새로운 프론트엔드 및 백엔드 프로젝트를 빌드하기 위한 Angular 13 + NestJS 8 스타터입니다(by @wlucha).

특징



✅ 각도 13+
✅ NestJS 8+
✅ Jest 단위 테스트

GitHub 프로젝트



https://github.com/wlucha/angular-nest

데모


  • StackBlitz Demo

  • 설치




    # 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

    좋은 웹페이지 즐겨찾기