文件名称:react-redux-crud:一个示例react-redux-saga CRUD应用程序
文件大小:169KB
文件格式:ZIP
更新时间:2024-02-26 10:54:14
react redux redux-saga reactjs rest-api
React-Redux-Crud 用于管理博客帖子的示例CRUD应用程序。 在客户端使用 , 和构建。 REST API服务器是使用生成的,并在运行时使用内存数据库(将模型保存在平面db.json文件中)。 如何安装 git clone git@github.com:maprihoda/react-redux-crud.git cd react-redux-crud 在1号航站楼: cd server yarn install 在2号航站楼: cd client yarn install 怎么跑 在1号航站楼: yarn start 这将启动侦听的后端API服务器。 您可以在浏览
【文件预览】:
react-redux-crud-master
----client()
--------.eslintrc.json(564B)
--------.gitignore(299B)
--------.flowconfig(58B)
--------package.json(1KB)
--------src()
--------public()
--------flow-typed()
--------.eslintignore(11B)
--------yarn.lock(279KB)
--------.stylelintrc.json(125B)
----server()
--------.gitignore(151B)
--------react-redux-crud.postman_collection.json(3KB)
--------boot()
--------package.json(727B)
--------datasources.json(111B)
--------component-config.json(115B)
--------models()
--------middleware.json(837B)
--------db.json(3KB)
--------middleware.development.json(132B)
--------model-config.json(289B)
--------config.json(370B)
--------server.js(851B)
--------yarn.lock(87KB)
----README.md(1KB)
----.vscode()
--------settings.json(687B)
--------launch.json(203B)