Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 210 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 210 Bytes

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