cd java-gwt
.\build.batWith VS Code Live Server:
- Install "Live Server" extension
- Right-click
index.html→ "Open with Live Server"
With npm:
npx live-serverWith Python:
python -m http.server 8000Then open http://localhost:8000
- Licensed under the MIT License
- © 2025 Allan Pereira Abrahão
- [email protected]