An open API service indexing awesome lists of open source software.

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

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
```