README
generator-madfront
Yeoman generator that scaffolds out a front-end web app using gulp for the build process
Installation
First, install Yeoman and generator-madfront using npm.
npm install -g yo
npm install -g generator-madfront
Then generate your new project:
yo madfront
Features
- Automatic compilation of SASS
- CSS autoprefixing
- Built-in preview server with BrowserSync
- Image optimization
- Minifying all scripts,styles and html
Getting started
- npm
npm install --global yo gulp-cli bower generator-madfront
- Run
yo madfront
to scaffold your webapp - Run
gulp dev
to raise the server with automatic updates after changing the files - Run
bower install <package> --save
to install frontend dependencies - Run
gulp build
to build your webapp for production
License
MIT © TheMadnessTony