Open VS Code, bouw je app en start hem op poort 8080.
Start je app met bijv. node server.js of php -S 0.0.0.0:8080
node server.js
php -S 0.0.0.0:8080