A Mongo DB GUI built using Electron, and Angular Js.
- Clone the repo
- Install dependencies
npm install
./node_modules/.bin/bower install
- Install gulp globally
npm install -g gulp
- Start the app
gulp serve
gulp test
###Troubleshooting
####electron command not found If you get this error you don't have Elecron installed. Go [here] (https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md) to install it.
this will create a release directory and package the app into an executable
gulp release