A simple web application to manipulate MQTT messages. (Fullstack typescript).
This part presents how to setup a develpment environment.
The development is performed in Microsoft Visual Studio Code (VSCode). The project requires NodeJS (tested with version 14) and npm to install the dependencies.
Use npm install
to setup the environment. There is no need for any global package installation.
To run the compilation use:
npm run build
for a one time compilation,npm run watch
for compilation to be performed on any file change.From VSCode, use the 'Start server' launch command in the debug panel.