Mainflux UI, dashboard for Mainflux Industrial IoT Messaging and Device Management Server.
N.B. Mainflux UI service is WIP and not suitable for deployment at this moment. You are welcome to contribute and improve it.
To find out more about the Mainflux IoT, please see our wiki.
You'll need the following software installed to get started.
- Node 6 or higher, we recommend current LTS version, together with NPM 3 or higher.
- Angular-cli Newst version with Webpack integration (current version is 1.1.0).
-
- Depending on how Node is configured on your machine, you may need to run `sudo npm install
- Git: Use the installer for your OS.
- Windows users can also try Git for Windows.
- For local Development with Mainflux composition running localy, Chrome extension for Cross origin is required. Because composition is running on different port then our Angular app, we have cross origin.
Clone this repository
git clone https://github.com/mainflux/mainflux-ui
Change into the directory.
cd mainflux-ui
Install the dependencies. If you're running Mac OS or Linux, you may need to run sudo npm install
instead, depending on how your machine is configured.
npm install
To start the server, run:
ng serve
This will run and assemble our app.
Now go to localhost:4200
in your browser to see it in action.
- Follow angular-cli documentation
- Follow official angular style guide
Visit mainflux official mailing list.