Install required tools:
$ npm install -g yo
Install generator:
$ npm install -g generator-js-module
Make a new director, and cd into it:
$ mkdir name-of-your-app && cd $_
Run yo wallaby-webpack-react:
$ yo js-module
The module is built using babel.
npm build
You can test both using npm (jest) and wallabyJS.
Run single run for tests:
$ npm test
Download plugin from wallaby.js and add to one of the supported IDEAS. The wallaby config file is tested ad verified in IntelliJ and Webstorm.
Please check wallaby.js for more information about the awesome test framework.