Awesome
Nest & Angular Universal Starter
A minimal Nest and Angular starter for Universal using the Angular CLI. If you're looking for the Angular Universal repo go to angular/universal.
<p align="center"> <a href="https://trilon.io" target="_blank"> <img width="500" height="auto" src="https://trilon.io/trilon-logo-clear.png" alt="Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training"> </a> </p> <h3 align="center"> Made with :heart: by <a href="https://trilon.io">Trilon.io</a></h3>
Getting Started
This demo is built following the Angular-CLI Wiki guide.
Installation
npm i
Development (Client-side only rendering)
npm start
which will runng serve
.
Development (Server-side rendering)
npm run dev:ssr
.
Production
*npm run build:ssr && npm run serve:ssr
- Compiles your application and spins up a Nest server to serve your Universal application on
http://localhost:4000
.
*npm run prerender
- Compiles your application and prerenders your applications files