Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (16 loc) · 296 Bytes

react-todos

Step by Step to create a todo application with React and Redux

Start

  1. Get the code
git clone [email protected]:reactZone/react-todos.git
  1. Install
npm i
  1. Learn develop scrips and run the project
npm run start
  1. Navigate to localhost:8080