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

https://github.com/newprototype/electron-web

基于electron,node,mongodb,react 构建的一个桌面web项目
https://github.com/newprototype/electron-web

electron koa2 mongodb nodejs react webpack

Last synced: about 1 year ago
JSON representation

基于electron,node,mongodb,react 构建的一个桌面web项目

Awesome Lists containing this project

README

          

### 使用技术

- node
- mongodb
- react
- es6
- electron
- koa2
- mongoose

一个 window,mac 的桌面应用,这个是 web 端

### web 端 gitHub

https://github.com/NewPrototype/electron-tallyBook-web

### server 端 gitHub

https://github.com/NewPrototype/electron-tallyBook-server

### 运行流程

- 启动 node 端数据库服务 `cd usr/local/Cellar/mongodb/3.6.5/bin/` `./mongodb`
- 启动 node `node index.js`
- 启动 web 端 webpack `npm run start`
- 启动 web 端桌面 `npm run dev`