Animal Care Utility App
# Install dependencies
npm install
## Quick scripts
npm start = tns run android --bundle
npm run ios = tns run ios --bundle
# 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