https://github.com/qdouble/ng-universal-demo-material-test
https://github.com/qdouble/ng-universal-demo-material-test
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/qdouble/ng-universal-demo-material-test
- Owner: qdouble
- Created: 2017-05-17T10:59:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T10:59:18.000Z (about 9 years ago)
- Last Synced: 2025-01-08T00:24:23.683Z (over 1 year ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- 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