https://github.com/mastergalen/studyhunt-frontend
StudyHunt IoT Seat Availability Tracking Backend
https://github.com/mastergalen/studyhunt-frontend
iot material-ui react
Last synced: about 2 months ago
JSON representation
StudyHunt IoT Seat Availability Tracking Backend
- Host: GitHub
- URL: https://github.com/mastergalen/studyhunt-frontend
- Owner: Mastergalen
- Created: 2017-01-27T16:09:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T15:13:31.000Z (over 9 years ago)
- Last Synced: 2025-03-15T15:14:44.288Z (over 1 year ago)
- Topics: iot, material-ui, react
- Language: JavaScript
- Homepage: https://mastergalen.github.io/StudyHunt-Frontend/
- Size: 2.52 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StudyHunt-Frontend
http://studyhunt.galenhan.com
React based frontend for StudyHunt.
Allows you to track library seat availability using the GridEye sensor.
## Installation
```
npm install -g create-react-app
```
**Install [yarn](https://yarnpkg.com/)**
```
# Then run:
yarn install
## Run
Start the dev server
```
yarn start
```
Build the frontend for production
```
yarn run build
```
## View debug
We use the [debug](https://github.com/visionmedia/debug) module to log to console.
Within the browser console execute the following command:
```
localStorage.debug = 'app:*'
```
To toggle the Redux history panel press `Ctrl + H` when the web app is open in your browser.
## Deploy
```
npm install -g surge
yarn run deploy
```