README
Generator Gulp Mithril
Yeoman generator that scaffolds out a front-end web app using gulp for the build process and Mitrhil as the MVC framework
Features
Please see our gulpfile.js for up to date information on what we support.
- Mitrhil MVC framework
- Built-in preview server with livereload
- Automagically compile with either Sass or Less
- Module loading using either Require or Browserify
For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json
.
Getting Started
- Install:
npm install -g generator-gulp-mithril
- Run:
yo gulp-mithril
- Run
gulp build
for building to thedist
directory andgulp
for previewing with live reload