v.1.0.0
This is a simple stack to build a modern app Wordpress based.
Just copy this theme into the WordPress theme folder
First you will need NodeJS dependencies, so open your terminal and run npm:
npm install
Now you will need the Bower depencies, with your terminal opened run bower:
bower install
Now with all depencies you only need run Grunt to the magic happen. With yout terminal open yet, run Grunt:
grunt
Finally on WordPress Admin, active the WP Modern Boilerplate theme and all will work fine (cross your finger)
The MIT License (MIT)