For web Demo Click Here
To Download the Debug APK Click Here
This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.
$ npm -v && node -v
8.5.0
v16.14.2BEFORE YOU INSTALL: please read the prerequisites
Start with cloning this repo on your local machine:
$ git clone https://github.com/chimple/cuba
$ cd cubaTo install and set up the library, run:
$ npm install$ npm run startOpen in localhost
Open http://localhost:3000/ in your browser
$ npm run build$ npm run serve-buildOpen in localhost
Open http://localhost:8080/ in your browser
$ cd android
$ ./gradlew assembleDebugNow we can find the apk on android/app/build/outputs/apk/debug/app-debug.apk
$ chmod +x ./gradlew