/smarthub

🏠 Real-time smart home platform

Primary LanguageVue

Smart Hub

🏠 Real-time smart home platform







Instructions

Install dependencies

> npm install

Development

> 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.

Production

First, compile the client app:

> npm run build

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

> NODE_ENV=production npm start



Built by