Bachelor thesis mobile application for beehive monitoring
Created by Jan Osolsobe (Faculty of Information Technology BUT)
Brno, Czech Republic
# Install dependencies
npm install
# Preview on device
tns preview
# for preview is necessary to install Nativescript preview application https://play.google.com/store/apps/details?id=org.nativescript.preview
# Build, watch for changes and run the application
tns run
#for run is necessary to connect mobile devices or emulator.
./App_Resources - native code for application
./doc - documentation for sending notification from server
./graphql - mutation in GraphQl
./src/components - components of application
./src/assets/images - images in application