An open API service indexing awesome lists of open source software.

https://github.com/jerichofs/todo-list-redux

Simple example of a classic application Todo List using React.js + Redux + Webpack + Babel
https://github.com/jerichofs/todo-list-redux

react-example-app reactjs redux

Last synced: 2 months ago
JSON representation

Simple example of a classic application Todo List using React.js + Redux + Webpack + Babel

Awesome Lists containing this project

README

          

## 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](https://i.imgur.com/oT5kFXA.png)

## 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```