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
- ๐ผ LinkedIn
- Licensed under the MIT License
- ยฉ 2025 Allan Pereira Abrahรฃo
- [email protected]