Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maqi1520/react-antd-low-code
简易版 react 低代码平台
https://github.com/maqi1520/react-antd-low-code
antd nodejs react tailwindcss typescript vite
Last synced: 17 days ago
JSON representation
简易版 react 低代码平台
- Host: GitHub
- URL: https://github.com/maqi1520/react-antd-low-code
- Owner: maqi1520
- Created: 2021-04-02T08:45:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T05:23:26.000Z (over 2 years ago)
- Last Synced: 2024-10-15T03:52:54.822Z (29 days ago)
- Topics: antd, nodejs, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://low-code.runjs.cool
- Size: 2.04 MB
- Stars: 186
- Watchers: 4
- Forks: 48
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## react-antd-low-code
- **Framework**: [Next.js](https://nextjs.org/)
- **Database**: [PlanetScale](https://planetscale.com)
- **ORM**: [Prisma](https://prisma.io/)
- **Authentication**: [NextAuth.js](https://next-auth.js.org/)
- **Deployment**: [Vercel](https://vercel.com)
- **UI**: [Ant Design](http://ant.design/)
- **Styling**: [Tailwind CSS](https://tailwindcss.com/)## 开发
安装 docker-compose
```bash
docker-compose up
docker-compose up -d // 后台启动并运行容器
```## 同步数据表
```bash
npx prisma db push
```启动开发
```bash
yarn install
yarn dev
```## 运行
```bash
yarn build
yarn start
```## 环境变量
复制 `.env.example` 为 `.env` 文件,并修改相关配置
## 部署
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https://github.com/maqi1520/react-antd-low-code&project-name=react-antd-low-code&repository-name=react-antd-low-code)