A fairly solid boilerplate for a static website
In the unlikely event that you decide you wish to use this as a base for your project, here's a quick run down of what you need to do.
- Clone this repo
git clone https://github.com/sudotribe/bpl8.git
or whatever - In the project root dir, run
bower install
andnpm install
to grab dependencies - Run
gulp
, the default task will watch and compile.