Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 532 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 532 Bytes

AngularUniversalTutorial

This project was generated with Angular CLI version 8.0.3.

Angular Universal Dynamic Rendering

npm run build:ssr && npm run serve:ssr

Open up http://localhost:4000

Angular Universal Static Pre-Rendering

Before you begin:

  • Switch branches git checkout feat/prerender
  • npm install

Generate/pre-render static routes, and test/demo locally via http-server (for demo purposes)

npm run build:prerender && npm run serve:prerender