Launch a simple HTTP Server in One LineDec 2023I always google this snippet when I need it, so I will put it here for easier access.python3 -m http.server 8080 -d ./public