# Things Shell demo platform for data visualization ## Things Shell is * a platform for developing and testing visual components that can be applied to Things Board of HatioLab. ## Things Shell will provide * Things Board Custom Component Development Kit * Things Board Service Composition * Things Board Integration # Things Shell supports * MacOS * ~~Windows~~ (Not tested) * ~~Linux~~ (Not tested) # Pre-requisites * nodejs - v7.6.0 or greater * yarn - https://yarnpkg.com/ # Install ``` $ yarn install $ yarn build ``` # Run ``` $ yarn serve ``` * Open your browser (Chrome, ~~Safari~~, Firefox, Opera) to get connected ``` http://0.0.0.0:3000 ``` * If you want to change the service port, ``` $ yarn serve -p 3001 ``` # References * http://things-board.hatiolab.com/ * https://www.youtube.com/watch?v=l55VT4vNcmU * https://www.youtube.com/playlist?list=PLrcYC3lASr3spRCJIRYqfm3axhMMEoimP * https://www.youtube.com/playlist?list=PLrcYC3lASr3sFvDlSaHRhTgIDSZ4c3KhO