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

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

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
```