Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 608 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 608 Bytes

sgbusnow

Bus Timing App

Branches

  • 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

Usage

# 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