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项目
- Host: GitHub
- URL: https://github.com/newprototype/electron-web
- Owner: NewPrototype
- Created: 2018-06-19T06:38:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-07-07T04:02:01.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T17:34:08.038Z (about 1 year ago)
- Topics: electron, koa2, mongodb, nodejs, react, webpack
- Language: JavaScript
- Size: 411 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`