Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hrithiqball/angular-nest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 17 Logo Nest Logo

This boilerplate is to setup a new full stack Angular and Nest project with the following features:

  • server side rendering
  • tailwindcss
  • eslint
  • prettier
  • docker (not implemented yet)
  • file structure

Angular app

# development
ng serve
# build
ng build
# test
ng test
# e2e test
ng e2e

# generate component
ng generate component component-name # (ng g c component-name)

ng generate directive|pipe|service|class|guard|interface|enum|module

Nest app

# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov

About

Full stack web application using Angular 17 and Nestjs

Topics

Resources

License

Stars

Watchers

Forks