Skip to content

darkodraskovic/ui

 
 

Repository files navigation

Mainflux IoT Admin UI based on Angular 8+ and Nebular

Prerequisites

The following are needed to run the UI:

Install

For a quick setup, pre-built images from Docker Hub can be used.

First, make sure that docker and docker-compose are installed. Also, stop existing Mainflux containers if any.

Then, use the following instructions:

git clone https://github.com/mainflux/ui.git
cd ui
make run

UI should be now up and running at http:https://localhost/.

(Note that http:https://localhost:3000/ is for internal use only, and is not intended to be used by the end-user.)

More configuration (port numbers, etc.) can be done by editing the .env file before make run.

Usage

A developer build from the source can be achieved using the following command:

make ui

Then, to start the Mainflux UI as well as other Mainflux services:

make run

For more developer tools, run angular-cli:

cd ui
npm install
npm start

Uninstall

To remove the installed containers and volumes, run:

make clean

Preview

dashboard

things

details

About

UI for Mainflux IoT platform

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 63.9%
  • HTML 16.7%
  • SCSS 15.6%
  • JavaScript 1.9%
  • Shell 1.3%
  • Makefile 0.5%
  • Dockerfile 0.1%