Skip to content

maqi1520/react-antd-low-code

Repository files navigation

react-antd-low-code

开发

安装 docker-compose

docker-compose up
docker-compose up -d  // 后台启动并运行容器

同步数据表

npx prisma db push

启动开发

yarn install
yarn dev

运行

yarn build
yarn start

环境变量

复制 .env.example.env 文件,并修改相关配置

部署

Deploy with Vercel