This project aims to provide an intuitive user interface for reading and subscribing to realtime sensors data installed in Otaniemi - K1 Building - Otakaari 4
-
Install node.js
-
Install bower and gulp:
npm install --global bower gulp
-
Clone repository and navigate into the repository folder.
-
Install required project dependencies:
bower install npm install
-
To launch app on http://localhost:9000:
gulp serve
To build the app in the dist/
folder run:
gulp build