Skip to content

buildmind-tech/MindDrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindDrop Build Status

A Drop-And-Share Full Platform App (Web, Desktop & Mobile).

The Web Application is built in AngularJS together with amazingly ngMaterial.

The Desktop Application in the repo is built on top of node-webkit. It is now being reconstructed by electron for cleaner modullization.

The Mobile Application is built with ionic with wonderful Apache Cordova plugins.

alt text

Docs

Docs are moving inside the folders for each platform.

Mobile Docs

Desktop Docs

Web Docs

Backend Docs

Build!

For Desktop App

Clone to local and run

npm install

Then use nw binary to run the app.

For Web App

Deploy the web folder to any servers of your own.

For Mobile App

If you are familiar with ionic, simply use the 'mobile' folder just like your other ionic projects.

Otherwise, you may want to check the ionic start guide

For Server Deployment

In the server directory, run npm install and that will install all the dependencies you need.

The entry point of backend is in bin/www, so next you can use node bin/www or forever bin/www to get the server up.

Why do we make this?

  • UI Practice
  • RTC Practice
  • Get away from dropbox and GFW
  • Fun and
  • Because we can

Thanks