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