This is a simple example of a classic application Todo List, which is based on React.js + Redux + Webpack + Babel. The app is also using React Hot Loader for convenient development and illustrating it's purpose.
The first step involves installing required libraries.
-
Run the following command:
npm install
-
To run the app
npm run dev_hot
After that go to your browser and in the address bar type in the following: localhost:8080