SPA skeletal setup
Note: currently in early development
- compile all javascript, css, and html
npm run dev
- compile all 3 but minified, uglified, with no sourcemaps
npm run prod
- run browser-sync and host
public/
and all its related directories
npm run sync