EB Surveys

A native application built with NativeScript-Vue

Usage

# Run API
json-server --watch db.json

# Delete previous build
tns platform remove <platform>

# Install dependencies
npm install

# Preview on device
tns preview

# Build, watch for changes and run the application
tns run

# Build, watch, debug and run the app
tns run <platform> --debug

# Build, watch for changes and debug the application
tns debug <platform>

# Build for production
tns build <platform> --env.production

My workflow (for development and tests)

json-server --watch db.json
tns platform remove android
tns install
tns run android --debug