A sample app built on React and Redux using Webpack.
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
.