Run npm run build
to generate .html and .css files from the .hbs and .scss files.
.hbs (Handlebars) and .scss files are located in ./src
and all outputs are located in ./public
.
To run a local dev server with watching functionality and live regeneration, use npm start
.