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 ru