A task management application utilizing Kinvey mBaaS.
The app description and the apk file of the app can be found in docs/
.
Visit http://task-it-demo.herokuapp.com/
Admin User
- username: samba
- password: samba
Normal user
- username: kiwi
- password: kiwi
- Install Node.js.
- Install Jdk, Ant and Android SDK API version 20+ and ensure that they are in environment path (optional).
- Clone, install and build.
cd task-it
npm install
or yarn install
- The following npm scripts are available
npm start
ornpm run serve
: Starts a local file server that serves the static files.npm watch
: Watches the local files for changes and builds automatically. Useful during development.npm run run-android
: Runs the app in an emulator or connected android device.npm build android
: Builds the APK file with defalut debug key.