Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

低代码(无代码)问卷系统示例项目

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