/gulp-skeleton

Primary LanguageCoffeeScript

gulp skeleton

gulp + Browserify + Bower Skeleton

Install

Install Node.js

% brew install node

Install gulp

% npm install -g gulp

Install bower

% npm install -g bower

Install npm packages

% npm install

Install bower packages

% bower install

Usage

Build

% gulp

Watch

% gulp watch

Example

Minimal application

% open public/index.html

Markdown Editor Example

Sample application here