Start a simple HTTP server using Python

Start a simple HTTP server using Python 3, using the in-built http.server module.

Authored by: anand-tripathi
Brought to you by Warp, a free terminal reimagined to work like a modern app.
port
directory

Command
Copy
python3 -m http.server port -d .
Tags