Angular 8 Thingsboard UI
The goal of this project is to create an alternative pwa for the Thingsboard IoT platform using the latest Angular 8.
npm install
to install dependenciesThen 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.