generator-angular-materializecss
generator angular-materializecss lets you quickly set up a project with angularjs and materializecss framework
Installation
First, install Yeoman, gulp and generator-angular-materializecss using npm (we assume you have pre-installed node.js).
npm install -g yonpm install -g gulpnpm install -g gulp-connectnpm install -g connect-history-api-fallbacknpm install -g generator-angular-materializecss
Then generate your new project:
yo angular-materializecss
Running Project in http://localhost:8085:
gulp
Gulp Tasks
gulp // server livereload http://localhost:8085gulp sass // compile sass filesgulp minify-css // minify css filesgulp minify-html //minify html filesgulp minify-js // minify js filesgulp build // compile and minify project to production
Getting To Know Yeoman
- Yeoman has a heart of gold.
- Yeoman is a person with feelings and opinions, but is very easy to work with.
- Yeoman can be too opinionated at times but is easily convinced not to be.
- Feel free to learn more about Yeoman.
License
MIT © cmtp