Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 414 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 414 Bytes

Prototyper

Getting started

First install brew

brew install node
npm install

You also require gulp to be installed globally.

npm install -g gulp

Depending on system privileges you may need to install it globally with sudo:

sudo npm install -g gulp

Running the prototype

###Simply type

gulp server

Preview on GitHub Pages

gulp deploy