Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 541 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 541 Bytes

Description

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.

Todo

Installation and Run

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