Skip to content

Files

Latest commit

bb3970c · Sep 2, 2017

History

History
14 lines (10 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 276 Bytes

Serverside Rendering

This sample shows how to use the new serverside rendering implementation that will be introduced with Angular 4.

Build and Start

npm install
npm run build:all
cd dist
node main.server.bundle.js

After this, open http://localhost:8000.