跨平台 MongoDB 管理器 mongotron
jopen
9年前
mongotron 跨平台 MongoDB 管理器,使用Electron 和 Angular JS 构建。
Table of Contents
Quick Start
- Clone the repo
- Install dependencies
npm install
./node_modules/.bin/bower install
- Install gulp globally
npm install -g gulp
- Start the app
gulp serve
Tests
gulp test
Troubleshooting
electron command not found
If you get this error you don't have Elecron installed. Go here to install it.