kylamedina / project-starter

A Gulp project starter used by Makeable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

If not already installed, install Node, on a Mac:

brew i node

If not already installed globally, install gulp and bower:

npm i gulp bower -g

Install Node and Bower Components:

npm i

(Bower components are automatically added to vendor.js if the components bower.json is correct. Sometimes a bower component's main file needs to be overridden which can be done is build/bower.json)

Run all tasks:

gulp

Check localhost:8088 and localhost:8088/styleguide in your browser.

About

A Gulp project starter used by Makeable


Languages

Language:CoffeeScript 44.3%Language:CSS 42.2%Language:HTML 13.0%Language:JavaScript 0.4%