Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 189 Bytes

start-local-server.markdown

File metadata and controls

8 lines (5 loc) · 189 Bytes

set up small server

  • cd into directory with your HTML files
  • use this command line prompt:

python -m SimpleHTTPServer

Your files should be accessible from http://localhost:8000/