HowCrowd
HowCrowd is a mobile hybrid app providing a platform to users to share crowd data of places to each other momentarily and anonymously.
What is used?
The app is developed using AngularJS1, OnsenUI in frontend, running on Apache Cordova. Backendless is used as backend platform.
How to set up?
Prerequisities
- Install NodeJS
- Install Cordova
- Install http-server as a local Node server
- Install GruntJS
- Install Sass
- Run
npm install
to install dependencies
Build
- Run
grunt dev
. It will mainly create the folder "www" and "config.xml" for Cordova build. - Run
cordova prepare
. It will install all platforms and plugins defined in "config.xml"
Run
- Mobile (e.g. Android): Run
cordova build android
to create apks. Runcordova run android --device
to run the app on a plugged Android device. - Web: Go to "www" via
cd www
. Runhttp-server -o
. It will run a local Node server and open the browser automatically.
Whom to contact?
- The app is also published as alpha in Google Play. You can become an alpha user and provide feedbacks through the store, or directly mailing to me.