Skip to content

keenethics/test-react-redux-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO LIST

A sample app built on React and Redux using Webpack.

Development

To start development clone this repository and go inside the project folder: git clone [email protected]:keenethics/ToDo.git && cd ToDo. Install dependencies with yarn (yarn install) or npm (npm i). Run npm start and app will start in development mode at http://localhost:8000. Be aware, that in some browsers you should allow writing data to localStorage.