An open API service indexing awesome lists of open source software.

https://github.com/jonaskuske/smarthub

🏠 Real-time smart home platform
https://github.com/jonaskuske/smarthub

Last synced: 4 months ago
JSON representation

🏠 Real-time smart home platform

Awesome Lists containing this project

README

          

Smart Hub


🏠 Real-time smart home platform




![](https://user-images.githubusercontent.com/30421456/75625782-a0094800-5bc1-11ea-854c-9f27bba6b030.png)








## Instructions

### Install dependencies

```bash
> npm install
```

### Development

```bash
> npm run serve
```

> This will run the Node server with auto-restart (using `nodemon`) and the client Vue app (using Parcel) in parallel.
> Access at [localhost:8080](http://localhost:8080).

### Production

First, compile the client app:

```bash
> npm run build
```

Then, start the server and make sure `NODE_ENV` is set to `production`:

```bash
> NODE_ENV=production npm start
```






### Built by

- [Jonas Kuske](https://github.com/jonaskuske)
- [Max M. Schneider](https://github.com/molukkenmax)
- [Rieke Helmers](https://github.com/riekehieke)