Skip to content

AtHomeEIP/webview

Repository files navigation

WebView

Getting started

Prerequisites

To be able to build and run the project, you must have a recent version of NodeJS and NPM installed on your system.

Installation

Clone or download the project

$ git clone git@gitlab.com:Woodbox/central-box/webview.git
$ cd webview/

Install the project dependencies

$ npm install

Run

Start the project

$ npm run start

Build

Build the project

$ npm run bundle

The application is then available in the dist/ folder.