A WordPress Boilerplate Theme
$ npm install
Add sass libraries to /assets/styles and import in wpbp.scss
https://github.com/sass/node-sass
Add js libraries to /assets/scripts and require in wpbp.js. Supports ES6 Syntax.
https://github.com/webpack/webpack
Add image files to /assets/images
https://github.com/Klathmon/imagemin-webpack-plugin
Add svg files to /assets/icons
https://www.npmjs.com/package/webpack-webfont
Development
$ npm run dev
Production
$ npm run build
No need to learn some abstracted template logic, just use the native WordPress stuff.
https://developer.wordpress.org/themes/basics/template-hierarchy/