itea-dev / ng-thingsboard

Angular 8 Thingsboard UI

Home Page:https://itea.dev/ng-thingsboard/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NgThingsboard

The goal of this project is to create an alternative pwa for the Thingsboard IoT platform using the latest Angular 8.

Screenshot 1

Roadmap

  • Basic layout (Header & Side navigation bar)
  • Login page
  • Registration page
  • Home / Dashboard page
  • Protected routes

Prerequisites

  • Install Node.js (and npm)

  • Clone the project

  • cd into project directory

  • npm install to install dependencies

  • Then run:

    • ng serve for running the app in a local dev server.

    Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

    • ng build --prod to build the project.

    The build artifacts will be stored in the dist/ directory.

About

Angular 8 Thingsboard UI

https://itea.dev/ng-thingsboard/

License:Apache License 2.0


Languages

Language:TypeScript 83.9%Language:HTML 11.2%Language:SCSS 3.0%Language:JavaScript 1.9%