Bus Timing App
- master
- Dont worry, this branch is steady (with minimal bugs)
- @vexperimental branch
- vexperimental stands for very experimental in which case SHOULD NOT BE MERGED WITH MASTER UNLESS A FIX OR THE BRANCH IS STEADY! App version ending with @vxp is under the @vexperimental branch
# Install dependencies npm install # Build for production tns build <platform> --bundle # Build, watch for changes and debug the application tns debug <platform> --bundle # Build, watch for changes and run the application tns run <platform> --bundle