UNPKG

generator-wallaby-webpack-react

Version:

Yeoman generator for wallabyjs, webpack, react, hot reloading, jest and babel.

35 lines (19 loc) 633 B
# Getting started ## npm In the terminal execute the following command: ```$ npm install``` ## React Hot Loading 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. ## Tests ### Terminal ```$ npm test``` ### IDEA Configure Wallaby for one of the supported IDEAs. #### Configure Wallaby in Intellij 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.