Allow you to execute any JS module from HTML declaration <div class="js-module" data-module="say-hello"></div>
It will find a JS file in the ./src/js/modules
that will be executed on DOM ready and or document.load
- npm install
- npm run wp -- --watch (build + watch js)
- grunt fw (build + watch css)