Admin panel for Project SensorWeb server
This app expects that SensorWeb server runs on http://localhost:8080. If you want to run the server in other location, change the proxy
value inside package.json
.
Before running the app, you will need to install all its dependencies via
npm install
Once all dependencies are installed, simply run
npm start
You browser should automatically open a tab at http://localhost:3000