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

https://github.com/patrickjs/ng4-universal-demo


https://github.com/patrickjs/ng4-universal-demo

Last synced: 8 months ago
JSON representation

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