In the terminal execute the following command:
$ npm install
Run the following command to enable React Hot Reloading:
$ npm start
It will start a minimal webpack-dev-server that listens for changes in your react components.
$ npm test
Configure Wallaby for one of the supported IDEAs.
Open:
Run -> Edit Configurations..
Then add new configuration by clicking +
, name it Wallaby, and browse for the wallaby.js
file that resides in the root directory of the repository.