This Gist outlines the gulp workflow that will:
- watch for any scss changes, then compiles scss source into css
- watch for any changes in the public directory, and trigger live-reload
- serve static content in
public/
This Gist also assumes you already know how to install npm modules, gitignore, create directories and create files via the command line.