MicroMDM UI Is a Web UI front end for MicroMDM, Source
This project is under heavy development, more information and screenshots will be posted when theres something to look at.
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.