Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 356 Bytes

vite.md

File metadata and controls

19 lines (14 loc) · 356 Bytes
title description date
Vite
Notes about vite, the JS build tool
2024-08-23

Vite

Replacement of Python's SimpleHTTPServer {#local-server}

vite can be used as a quick (and better!) replacement for python -m http.server 5173.

npx vite

in any folder, and get a hot reloading http server that serves the HTML in that directory.