0.2.0 • Published 6 years ago

generator-madfront v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

generator-madfront

npm GitHub

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

0.2.0

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago