#Training Manager
An App for managing a training company.
##Development
Web
Prerequisites
Scripts
Run
npm run-script start-web
Will launch at localhost:3000
Test
npm test
You must already have the app running at localhost:3000
Android
Only supported on linux.
Prerequisites
- Meteor
- JDK
- Android SDK
- Android Emulator (Downloaded via SDK)
Commands
Run
npm run-script start-android
Run on a real device
npm run-script start-android-device
The device must be on the same network as the computer ( WiFi )