Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 487 Bytes

File metadata and controls

33 lines (20 loc) · 487 Bytes

mapthethings-web-client

Web client for MapTheThings data

Development

Prerequisites

In order to build the web client, the following must be installed:

NodeJS

Webpack Development Server

npm install -g webpack-dev-server

Development Server

To start up the local development environment start with:

npm install

Then run:

 webpack-dev-server

Then point your browser to http://localhost:8080/webpack-dev-server/. (note the slash at the end)