Template for simple static site builds
- Install Node.js (https://www.npmjs.com/get-npm)
- Download the project
git clone --depth=1 https://github.com/vivianspencer/html-boilerplate.git my-proect
cd my-project
- Install dependencies
npm install
-
Add your logo / icon to the directory resources/favicon
-
Run
npm run watch
to run the project and have BrowserSync watch for changes to your files