Skip to content

Instantly share code, notes, and snippets.

View litnerdy's full-sized avatar

Eva litnerdy

View GitHub Profile
@tmcw
tmcw / server.md
Created February 19, 2013 20:45
Boot up a quick development server

Booting Up A Development Server

Open a console. Terminal.app on Macs, your shell or whatever on PCs.

Python is easiest:

python -m SimpleHTTPServer 8000

Then go to http://localhost:8000/ in a web browser.