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

https://github.com/cczx/react-electron-doc

使用react+electron搭建的云文档管理系统
https://github.com/cczx/react-electron-doc

Last synced: 3 months ago
JSON representation

使用react+electron搭建的云文档管理系统

Awesome Lists containing this project

README

          

### 使用React+electron搭建的云文档系统

### 环境

- node
- electron

### 运行该项目

第一次 clone 完毕该 repo,需要安装依赖

```bash
npm install
```

本地启动开发环境

```bash
npm run dev
```