Skip to content
This repository has been archived by the owner on Mar 11, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 837 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 837 Bytes

MicroMDM UI

Build Status

MicroMDM UI Is a Web UI front end for MicroMDM, Source

Overview

This project is under heavy development, more information and screenshots will be posted when theres something to look at.

Building

This project uses a fairly typical webpack/babel/react toolchain to produce the main application bundle. You can simply run npm install to install all of the dependencies, then webpack to build the production bundle.

There is an npm script for running the hot reload server which can be started with npm run dev.

The UI will expect that the webpack-dev-server is running on port 4000 by default.