Pure and simple. I want a boilerplate to quickly throw up a static site using the latest front end tech & techniques. Simple to use & modify plus really really lightweight.
- ES6
- Stylus (With autoprefixer)
- Pug components
- Simple bash build & watch process (Easy to modify & very fast)
- Long term caching
$ yarn install
$ yarn run watch
$ yarn install
$ yarn run prod
When adding new files to the /assets directory you need to run the following when in development watch mode. This is not needed when running production builds.
$ yarn run assets