Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 465 Bytes

Redux with React Js demo

This project is just for the demo purpose to familiar with Redux, React-Action and Reducer with the React JS

Project setup

Clone repository in your system
git clone https://github.com/aureatelabs/react-redux-todo-list.git
Installed required project dependencies
yarn install
To start with the development mode
yarn start
To compile and make production mode
yarn build