eigendude / iot2web

Bridge from IoT Core to the web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iot2web

Bridge from IoT Core to the web.

Install dependencies

This project depends on yarn. See Yarn installation.

Available Scripts

In the project directory, you can run:

yarn install

Installs the Javascript dependencies of the project.

yarn audit-ci

Audits installed Javascript dependencies for vulnerabilities.

yarn format

Applies automated formatting tools (prettier, eslint).

yarn lint

Runs linting tools for the project.

yarn build

Builds a static copy of the site to the build/ folder. The package is ready to be deployed!

yarn start

Runs the app in the development mode. Open http://localhost:8080 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

yarn clean

Removes the files known to be generated by Yarn commands.

About

Bridge from IoT Core to the web


Languages

Language:Shell 47.6%Language:JavaScript 27.7%Language:TypeScript 20.5%Language:HTML 4.2%