my home app using Arduino
prepare Arduino:
upload the sketch sketch/sketch.ino
to the Arduino board.
install modules:
$ npm install
$ bower install
export your arduino port name:
$ export ARDUINO_PORT={your arduino port name}
start app:
$ npm start