https://github.com/fourcels/tiny-mall-admin-ui
https://github.com/fourcels/tiny-mall-admin-ui
dashboard mui nextjs react
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fourcels/tiny-mall-admin-ui
- Owner: fourcels
- Created: 2022-01-07T09:27:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T13:35:06.000Z (over 4 years ago)
- Last Synced: 2025-03-12T20:15:24.608Z (over 1 year ago)
- Topics: dashboard, mui, nextjs, react
- Language: JavaScript
- Homepage: https://admin.fourcels.com
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 商城管理后台
基于 [Next.js](https://nextjs.org/), [MUI](https://mui.com/) 的 `React` 管理后台
## 相关地址
* [管理后台演示](https://admin.fourcels.com/) 用户名: guest, 密码: guest
* [接口文档](https://api.fourcels.com/docs)
* [管理后台API](https://github.com/fourcels/tiny-mall)
* [管理后台UI](https://github.com/fourcels/tiny-mall-admin-ui)
## 开发
1. 安装依赖
```bash
yarn install
```
2. 启动
```bash
yarn dev
```