Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 309 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 309 Bytes

To-do list app with React and Redux

To run the backend app:

cd backend
npm i
npm run dev

To run the frontend app:

cd frontend
npm i
npm run dev
access http://localhost:8080

To run the frontend-with-redux app:

cd frontend-with-redux
npm i
npm run dev
access http://localhost:8080