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
- Host: GitHub
- URL: https://github.com/biophoton/angular-ssr
- Owner: BioPhoton
- Created: 2018-02-04T00:38:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T00:59:43.000Z (over 8 years ago)
- Last Synced: 2025-03-23T06:41:25.440Z (over 1 year ago)
- Language: JavaScript
- Size: 248 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``.