This project is part of E-Learning application developed by BIT Team. This repository will contains codes for mobile client.
- Node.js 10.0.0 (Download)
- NPM 5.6.0 (Download)
- Android Studio 3.1.2 (Download)
- Java Development Kit 8u171 (Download)
Note: Please make sure version is correct in your development environment
── <project root>
├── android
├── ios
├── app
├── components
├── config
└── styles
├── index.js
├── ...
├── package.json
├── package.lock
└── readme.md
Please refer to this ES6 standards. (Link)
- Make sure your development environment fulfill all requirements.
- Clone this repository by using
HTTPS
orSSH
methods - Install all dependencies
Please refer to GitHub commit guidelines. (Link)
Please refer to this guide. (Link)
Pull request to develop
branch need at least 1 confirmation to be merged.
Pull request to release
and master
branch can only be merged by admin.
Create an new issue when adding new features or doing bug fixes.