A simplified WordPress theme boilerplate to save your time. I'm using gulp.js, PostCSS and es2015.
With gulp.js, I'm using gulp-connect to create a live server with hot reload to preview the static assets (css/js).
Also, with gulp-fn I'm dynamically appending to the compiled css the banner required by Wordpress.
# install dependencies
yarn
# serve with hot reload at localhost:9567
gulp
This boilerplate was originally created by my buddy @koganas - I just added some utilities.
Feel free to use, improve and share it!