文件名称:todo-list-react-redux
文件大小:117KB
文件格式:ZIP
更新时间:2024-05-20 06:46:23
JavaScript
带有React和Redux的待办事项列表应用 要运行后端应用程序: cd backend npm i npm run dev 要运行前端应用程序: cd frontend npm i npm run dev access http://localhost:8080 要运行带有redux的frontend-with-redux应用程序,请执行以下操作: cd frontend-with-redux npm i npm run dev access http://localhost:8080
【文件预览】:
todo-list-react-redux-master
----frontend-with-redux()
--------.gitignore(12B)
--------package.json(1KB)
--------package-lock.json(161KB)
--------src()
--------webpack.config.js(1020B)
--------public()
----README.md(309B)
----backend()
--------.gitignore(18B)
--------package.json(472B)
--------package-lock.json(128KB)
--------src()
----frontend()
--------.gitignore(12B)
--------package.json(903B)
--------package-lock.json(157KB)
--------src()
--------webpack.config.js(1020B)
--------public()