Any web dev here to help me with something? I am trying to run an MQTT dashboard
I have some files and I would like to run them, I am simply trying to integrate an MQTT dashboard for an embedded system, here are the files : bundle.js, index.html, main.css, main.js and tailwind.config.js
The problem is that I can't run make since the commands are made for UNIX systems. Let me know if you can help me
3 Replies
@te0 where are you trynna run this files
You want to serve the files from your embedded system? @te0
Solution
Nvm solved it running python3 -m http.server 8080 worked