Skip to content

JBRector/generator-mi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Front-End Starter Kit Yeoman Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published