This template is made to quickly get started building a site without all the extras (PHP, libraries, etc).
To get started:
- Download the ZIP file of this repo.
- Extra the ZIP file into a directory where you want to start working.
- Run
npm install
at the command line to install the node libraries (for SASS compiling and JS minification). - Run
gulp watch
to start watching for changes (or justgulp
to recompile everything). - Open
index.html
inhtml
and start building.