Minimal Starter with Angular on both Server and Browser Platforms

March 5, 2017 ยท View on GitHub

Get Started

npm run start

Developement mode

  • Terminal 1: npm run watch
  • Wait for the build to finish
  • Terminal 2: npm run server

Prod mode

Includes AoT

npm run build:prod
npm run server

Based on https://github.com/robwormald/ng-universal-demo

Contents

  1. 1Get Started
  2. 2Developement mode
  3. 3Prod mode