Skip to content

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

Notifications You must be signed in to change notification settings

jerichofs/todo-list-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published