Smart home front-end Here is the back-end part of smart home.
Clone and install back-end part Clone the narpi-fe repo to your PC Set your backend URI into env
REACT_APP_HOME_API=http://127.0.0.1:4000$ cd narpi-fe
$ npm i
$ npm run start- add auth functionality (mostly done)
- fix lint warnings
- add WebSockets functionality for receiving actual data to avoid mismatch state on two devices
- rewrite app using hooks
- refactoring
