This is a Node project that generates a static site from source files and simple commands.
You can clone this project and make a few simple modifications to get started quickly on your own static site project.
- Fork the repository
- Clone your fork locally
- Edit
package.json
to have a different name and repository. npm install
npm start
This will start a local web server on an available port and watch your files for changes.
src/pages/**/*.html
are the Handlebars templates and are compiled todist
src/styles/**/*.scss
are the SASS files and are compiled todist/assets/styles
src/static/**/*
are the static files and are compiled todist/assets
External third-party script dependencies can be managed with Bower and are copied to dist/assets/vendor