https://github.com/feloy/ng-univ
A simple universal app from angular-cli new app with Material Design
https://github.com/feloy/ng-univ
angular material-design universal
Last synced: about 2 months ago
JSON representation
A simple universal app from angular-cli new app with Material Design
- Host: GitHub
- URL: https://github.com/feloy/ng-univ
- Owner: feloy
- Created: 2017-03-01T20:26:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T19:53:58.000Z (over 9 years ago)
- Last Synced: 2025-01-29T07:48:54.692Z (over 1 year ago)
- Topics: angular, material-design, universal
- Language: TypeScript
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install:
```
$ npm install
```
Start server side rendering:
```
$ ./node_modules/.bin/ngc
$ webpack
$ node dist/main.js
```
Start browser rendering:
```
$ ng serve
```