Skip to content

Base project developed in Angular in version 14.2.3 using the MQTT messaging protocol (https://mqtt.org/)

License

Notifications You must be signed in to change notification settings

yvesguilherme/angular-mqtt-client

Repository files navigation

Angular v14.2.3 MQTT Client

🚀 Technologies

This project was developed with the following technologies:

📦 Installing dependencies

# Go to the project folder and install the dependencies with the commands below:
$ cd angular-mqtt-client

$ npm install

💻 Running the local application

# In the project folder and with the Angular CLI installed, run the command below:
$ ng serve -o

💡 Using Docker

# Make sure Docker is installed on your computer, go to the root folder of your project and run the command below:
$ cd angular-mqtt-client

# Run the build with the production environment.
$ docker build -t angular-mqtt-client:prd .

# Run the build with the environment passed as parameter (dev | stg).
$ docker build -t angular-mqtt-client:dev --build-arg configuration="dev" .

# Testing the generated image.
$ docker run -p 80:80 angular-mqtt-client:dev

# Open your browser and browse the application.
http://localhost

Developed by Yves Guilherme Lopo R. Lima 🚀

About

Base project developed in Angular in version 14.2.3 using the MQTT messaging protocol (https://mqtt.org/)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published