OpenBarbell V1.0 Front End testing
Requires:
- Node.js
- Ionic Framework
- Android SDK
Follow the Getting Started guide at http://ionicframework.com/getting-started/
To Build & Run Project
- In the command prompt clone this project with:
- git clone https://github.com/Mataco817/OpenBarbell.git
- Enter "cd OpenBarbell"
- Enter "ionic platform add android" to make sure it will build for android
- Enter the follow commands to acheive different results:
- "ionic build android" will build the apk for android
- "ionic emulate android" will run on android emulator
- "ionic run android" will run on debug enabled device connected to USB
- "ionic serve" will run on local web server (browser)