Skip to content

renukaj07/cuba

 
 

Repository files navigation

Cuba

Demo:

For web Demo Click Here

To Download the Debug APK Click Here

Prerequisites

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.2

Installation

BEFORE YOU INSTALL: please read the prerequisites

Start with cloning this repo on your local machine:

$ git clone https://github.com/chimple/cuba
$ cd cuba

To install and set up the library, run:

$ npm install

Usage

Serving the app

$ npm run start

Open in localhost

Open http://localhost:3000/ in your browser

Building the project

$ npm run build

Serve Build folder

$ npm run serve-build

Open in localhost

Open http://localhost:8080/ in your browser

Create android debug apk

$ cd android
$ ./gradlew assembleDebug

Now we can find the apk on android/app/build/outputs/apk/debug/app-debug.apk

Make sure ./gradlew is executable

$ chmod +x ./gradlew

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 87.3%
  • CSS 9.6%
  • Java 1.2%
  • JavaScript 1.1%
  • HTML 0.6%
  • Batchfile 0.1%
  • Shell 0.1%