Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 346 Bytes

File metadata and controls

17 lines (11 loc) · 346 Bytes

#Overview A simple skeleton which includes a basic gulp setup like (pre)-compiling, inline CSS and live browser reloading.

#SetUp To install all dependencies simply type

npm install

in project root.

#How to To start crafting you simply have to start the

gulp watch

task and start hacking while enjoying the livecompiling and reloading.