An open API service indexing awesome lists of open source software.

https://github.com/biophoton/angular-ssr

ssr for angular
https://github.com/biophoton/angular-ssr

Last synced: about 2 months ago
JSON representation

ssr for angular

Awesome Lists containing this project

README

          

# 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``.