This repository contains the source codes of BUGANA mobile application. Built with Ionic Framework and Reactjs.
- Nodejs
- NPM
- Bugana Server
- Android SDK (for compiling to Android platform) Note: Refer to Ionic Docs on how to develop for Android
Clone this repository:
git clone https://github.com/eidoriantan/bugana.git
Install packages with NPM:
npm install
Modify /src/variables.ts
to configure which server to connect to when running the application.
Now, you can start the application on your browser by running:
npm run start