my_app_remote_server_ui_app/app/start.sh
2026-01-04 18:37:03 +01:00

4 lines
98 B
Bash

#!/bin/bash
# Avvia un server HTTP sulla porta 11002 senza cache
npx http-server . -c-1 -p 11002