Skip to content

zconnect-iot/zconnect-web-template

Repository files navigation

ZConnect Demo Front End

A minimal ZConnect front end demonstrating usage of ZConnect Web and ZConnect JS.

Configured to work with ZConnect Demo Backend.

Check out the ZConnect Homepage for more info

Screen Grab

Development

git clone

git submodule update --init

npm i

npm start - Webpack dev server

npm run server - Mock api if needed

devServer runs on localhost:3000

It's possible to use a mix of mock api server and real / local server instance by setting the proxy options in webpack.config.js as described (here)[https://webpack.js.org/configuration/dev-server/#devserver-proxy]