Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 671 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 671 Bytes

SensorWeb admin panel

License

Admin panel for Project SensorWeb server

Usage

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