Skip to content

Latest commit

 

History

History
executable file
·
26 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

executable file
·
26 lines (19 loc) · 1.18 KB

Angular Material Demo

Greenkeeper badge Dependencies Status devDependencies Status

NOTE: This is an updated version of the original code, https://github.com/jelbourn/material2-app Please check the package.json & CHANGELOG.md file for what's updated. See it live: https://angular-material-demo.firebaseapp.com/

Installation

$ cd ~/
$ git clone [email protected]:aveferrum/angular-material-demo.git
$ cd angular-material-demo
$ npm install
$ ng serve

Docker image

https://hub.docker.com/r/aveferrum/angular-material-demo

$ docker pull aveferrum/angular-material-demo
$ docker run -it -p 4200:4200 aveferrum/angular-material-demo ng serve --host 0.0.0.0