Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 264 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 264 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 run build:all
cd dist
node main.server.bundle.js

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