Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangfei4913438/survey
低代码(无代码)问卷系统示例项目
https://github.com/yangfei4913438/survey
antd axios dnd-kit mock-server react-router-dom redux tailwindcss vite
Last synced: about 2 months ago
JSON representation
低代码(无代码)问卷系统示例项目
- Host: GitHub
- URL: https://github.com/yangfei4913438/survey
- Owner: yangfei4913438
- License: mit
- Created: 2023-05-31T11:17:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T09:49:20.000Z (10 months ago)
- Last Synced: 2024-05-08T00:27:02.376Z (9 months ago)
- Topics: antd, axios, dnd-kit, mock-server, react-router-dom, redux, tailwindcss, vite
- Language: TypeScript
- Homepage: http://design.yangfei.wiki/
- Size: 4.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
## 项目介绍
低代码问卷项目,设计端部分(B端)
- 答题端(C端)
[survey-client](https://github.com/yangfei4913438/survey-client)- 服务端
[survey-server](https://github.com/yangfei4913438/survey-server)#### 运行方法
##### 1、启动服务端
```bash
# 安装依赖
yarn# 运行开发服务
yarn start:dev
```##### 2、启动设计端(B端)
```bash
yarn
yarn dev
```##### 3、启动答题端(C端)
```bash
yarn
yarn dev
```