A starting point for creating static websites.
Features:
- Sass/SCSS
- Handlebars templating with Frontmatter, global data
./src/data/globals.json, and namespaced by file name global data./src/data/**/*.json - Webpack
- Babel
- Live injection/reload with BrowserSync
- StandardJS
- Stylelint Standard
- Rev styles and scripts
- Sourcemaps
- PostCSS-cssnext
- PostCSS cssnano
Install all dependencies using npm:
nvm use
npm installTo Develop:
npm run devYou can view the website at one of the given access URLs:
[BS] Access URLs:
----------------------------------
Local: http://localhost:3000
External: http://10.0.X.XX:3000
----------------------------------To Build:
npm run build- Based upon https://github.com/jadnco/boilerplate