Dashboard for sensors data.
You will need the following things properly installed on your computer:
Execute the following commands to install dependencies and init project:
$ npm install
$ npm start
Now you can visit localhost:8888
from your browser.
If you need a starter kit to react, I use and recommend this:
https://github.com/alicoding/react-webpack-babel
- Clone it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D