Make sure you have Node.js and the npm installed.
git clone git@github.com:tborges/angular-material.git # or clone your own fork
cd ng5-material
$ npm install
$ ng serve
Use $ ng build --prod
if your application is ready for production. It will reduce the size and increase speed of your application on the web.
$ ng build
VS. $ ng build --prod
My small application went from 23mb to 2mb.
Loading time on 3G network: 8 seconds FAIR, 28% visitor loss due to loading time
VS.
Loading time on 3G network: 4 seconds GOOD, 10% visitor loss due to loading time
Feel free to fork, modify and have fun with it. If you hit bugs, fill issues on github here.
This sample app is under MIT license.