/Aurora

Trying to control my home and at the same time learning IoT and React

Primary LanguageJavaScript

Aurora

Coming soon.

Installation

create an "app/_env.js" file with inside:

var env={
  token:"YOUR PARTICLE TOKEN",
  device:"YOUR DEVICE ID"
}
module.exports=env;

Then run

  npm install
  npm run start

Then visit localhost:8080