Skip to content
This repository was archived by the owner on Mar 26, 2019. It is now read-only.

Files

Latest commit

91fc6d6 · Dec 31, 2015

History

History
30 lines (17 loc) · 894 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 894 Bytes

Foobot dashboard

Experimental dashboard for Foobot, a IoT device designed to help you to control your indoor air quality.

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run bower install to install front-end dependencies.

  3. Run grunt serve to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run grunt build for building and grunt serve for preview.

Testing

Running npm test:client will run the unit tests with Karma and Jasmine.

Running npm test:e2e will run the end-to-end tests with Protractor.