0.2.0 • Published 7 years ago
generator-madfront v0.2.0
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-madfrontThen generate your new project:
yo madfrontFeatures
- 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 madfrontto scaffold your webapp - Run
gulp devto raise the server with automatic updates after changing the files - Run
bower install <package> --saveto install frontend dependencies - Run
gulp buildto build your webapp for production
License
MIT © TheMadnessTony