Skip to content

natansevero/todo-list-react-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published