react admin example:带有JSON Server的React Admin框架示例 源码
React Admin示例 React Admin的示例。 我们使用JSON-Server作为REST API 用法 # Install dependencies npm install # Install client dependencies cd client npm install cd .. # Run client and server (Visit http://localhost:3000) npm run dev # Run server only (:5000) npm run server # Run client only (:3000) npm run client
下载地址
用户评论