Note: (Based off The Pudding Starter Template)
- Transpiles ES6 with Babel
- Stylus for CSS pre-processor
- Handlebars for HTML templating
- Google Docs -> JSON (with ArchieML) integration for a micro CMS
- Bundles and minifies JavaScript with Webpack
- Bundles, minifies, auto-prefixes, and inlines CSS
- Async font loading (using FOUT)
- Preloaded icon set
- Ensure that node and gulp are installed. This project requires that gulp@3.9.1 is installed, DO NOT upgrade to gulp@4.0.0.
npm install -g gulp@3.9.1
See the generated README file in the new project directory for instructions.