Truly barebones boilerplate for static site and front-end development.
$ npm install
$ npm start
Local site served at 127.0.0.1:8000, with live reload.
Pages are rendered from /views/
into /public/
.
Pages are served from /public/
with absolute paths.
CSS is rendered from /sass/stg.scss
to /public/css/stg.css
.