Skip to content

retsam69/angular-nestjs-rendering

 
 

Repository files navigation

Angular NestJS Server Rendering

  • src/client <-- Angular 5+
  • src/server <-- NestJS
  • src/shared <-- Shared between apps

Nest Logo

Included

  • REST API
  • WebSockets

Install

npm install

Development

  • Development port is on: 4200 ( inherited from angular-cli )

In development, every controller ( route ) from NestJS must be mapped in proxy.conf.json

npm start

Production

  • Production port is specified in .env ( default to 5400 )
npm run build:universal
# test production

npm run serve:universal

About

Angular 5+ server side rendering using NestJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.4%
  • JavaScript 13.8%
  • HTML 6.4%
  • CSS 0.4%