This is simple web boilerplate with redux and hmr
project structure:
|---index.html
|---src
|---index.js // entery point
|---index.css
|---app
|---app.js // application view
|---app.css
|---actions.js // redux actions
|---reducers.js // redux reducers
|---initial_state.js // initial app state
|---buttons // buttons view
|---state_view // state view
|---lib
npm install
npm run dev