Skip to content

TrilonIO/universal-nest

Folders and files

NameName
Last commit message
Last commit date
Feb 21, 2020
Feb 7, 2020
Sep 2, 2018
Feb 21, 2020
Sep 2, 2018
Feb 13, 2020
Feb 7, 2020
Jul 14, 2019
Feb 7, 2020
Feb 7, 2020
Feb 7, 2020
Feb 21, 2020
Feb 7, 2020
Feb 7, 2020
Feb 7, 2020
Feb 7, 2020

Repository files navigation

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.


Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training

Made with ❤️ by Trilon.io


Getting Started

This demo is built following the Angular-CLI Wiki guide.

Installation

  • npm i

Development (Client-side only rendering)

  • npm start which will run ng 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

License

MIT License