1.2.1 • Published 8 years ago
generator-mi v1.2.1
Mindstream Interactive Front-End Starter
A Front-End Yeoman Generator for Mindstream Interactive projects
Current Version: 1.2.1
This generator uses a modified version of the Front-End Boilerplate project originally created by Michail Yasonik
Features
- Uses Sass for CSS preprocessing
- Can use either Jade or HTML includes for templating
- Uses Browserify to manage and bundle js dependencies
- Uses Breakpoint Sass
- A Gulp task to fire up a local server for development with automatic reloading on save
- A Gulp production task to minimize images, concatenate and minify js and css, and compile HTML.
Getting Started
Dependencies
Usage
Install - npm install -g generator-mi
Generate a new project - cd
in to project directory and yo mi
.
The generator will pull down necessary files and automatically run npm install
for you.
Build the site: gulp
To start a local development server with node: gulp watch
To build for production: gulp prod