Skip to content

Instantly share code, notes, and snippets.

@prakashrd
Last active June 2, 2017 07:59
Show Gist options
  • Save prakashrd/ba1925c604e852ef780ebecd274ed1a4 to your computer and use it in GitHub Desktop.
Save prakashrd/ba1925c604e852ef780ebecd274ed1a4 to your computer and use it in GitHub Desktop.
Simple Static Webservers

python

start the server

python -m SimpleHTTPServer 8000 localhost:8000 from the browser

node

  • install npm module
  • npm install http-server -g

Start the server

  • http-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment