7EP6vuI@feddit.orgtoLinux@lemmy.ml•Need software for local web server dummy simple easy quickEnglish
18·
2 months agono gui, but still super simple and enough for local testing:
- open a terminal
cd folder/you/want/to/serve/from
python -m http.server -b 127.0.0.1
open browser surf to http://127.0.0.1:8000/
Nominees: