File tree Expand file tree Collapse file tree 4 files changed +601
-17
lines changed
Expand file tree Collapse file tree 4 files changed +601
-17
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "port" : 5000
3+ }
Original file line number Diff line number Diff line change 55 "dependencies" : {
66 "@ant-design/icons" : " ^4.3.0" ,
77 "antd" : " ^4.8.6" ,
8+ "concurrently" : " ^5.3.0" ,
89 "immer" : " ^8.0.0" ,
10+ "json-server" : " ^0.16.3" ,
911 "react" : " ^17.0.1" ,
1012 "react-dom" : " ^17.0.1" ,
1113 "react-redux" : " ^7.2.2" ,
3537 "prettier" : " ^2.1.2"
3638 },
3739 "scripts" : {
38- "start" : " react-scripts start" ,
40+ "json-server" : " json-server --watch server/db.json" ,
41+ "dev" : " react-scripts start" ,
42+ "start" : " concurrently \" yarn json-server\" \" yarn dev\" " ,
3943 "build" : " react-scripts build" ,
4044 "test" : " react-scripts test" ,
4145 "eject" : " react-scripts eject" ,
5963 " last 1 safari version"
6064 ]
6165 }
62- }
66+ }
Original file line number Diff line number Diff line change 1+ {
2+ "users" : [],
3+ "products" : []
4+ }
You can’t perform that action at this time.
0 commit comments