Skip to content

undermoodzyx/angular-ssr

 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 62.0%
  • JavaScript 24.7%
  • HTML 11.4%
  • CSS 1.9%