Very simple starter project with React, Redux and Webpack configured with hot reloading.
- Make sure you have Node installed (>= 8.9.2)
- Clone the repository
- Run
npm install
- To start the app run
npm dev
. This will run webpack-dev-server and webpack --watch and the project will be available at http://localhost:8080/ (hot reloading is enabled)