A zero-dependency development web server that serves files and opens the browser automatically.
Java 25 or later
curl -O https://raw.githubusercontent.com/AdamBien/SaO.java/main/ZWS.java && java ZWS.java
Alternatively, clone this repository or copy ZWS.java
and zws.sh
to a directory in your PATH.
- Serves files from the current directory (or specify a custom root directory as an argument)
- Runs on port 3000
- Automatically opens Firefox at
http://localhost:3000
java ZWS.java [root-directory]
Test ZWS with vanilla WebComponents: bce.design