#IOT Just another example of an iot app.
##Frontend (FE) Vue web-app based on Quasar UI-toolkit.
Build instructions
- Install NodeJS/NPM
- Install Vue-cli: https://vuejs.org/v2/guide/installation.html#CLI
- Install Quasar-cli: http://quasar-framework.org/guide/quasar-cli.html
- cd into fe folder and
- Install dependencies: npm install
- Run app: quasar dev
- Install rust via rustup, https://rustup.rs/ and & https://rocket.rs/guide/getting-started/
- cd into be folder and
- Run app: cargo run