- node
- mongodb
- react
- es6
- electron
- koa2
- mongoose
一个 window,mac 的桌面应用,这个是 web 端
https://github.com/NewPrototype/electron-tallyBook-web
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