Skip to content

wetryio/nestjs-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Angular integration with NestJS

Start application with Angular Universal

Build Angular app

  • cd client && npm install && npm run build:ssr

Start NestJS server

  • cd server && npm install && npm start