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.gitInstall packages with NPM:
npm installModify /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