https://github.com/patrickjs/ng4-universal-demo
https://github.com/patrickjs/ng4-universal-demo
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickjs/ng4-universal-demo
- Owner: PatrickJS
- Created: 2017-03-13T06:08:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-08T00:43:38.000Z (over 8 years ago)
- Last Synced: 2025-03-30T22:41:45.109Z (9 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 21
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal Starter with Angular on both Server and Browser Platforms
## Get Started
```sh
npm run start
```
## Developement mode
* Terminal 1: ```npm run watch```
* Wait for the build to finish
* Terminal 2: ```npm run server```
## Prod mode
Includes AoT
```sh
npm run build:prod
npm run server
```
Based on https://github.com/robwormald/ng-universal-demo