Skip to content

Instantly share code, notes, and snippets.

@ediblecode
Created July 8, 2019 09:11
Show Gist options
  • Select an option

  • Save ediblecode/265493be6ed8b1176e2d73ce2f9ab04d to your computer and use it in GitHub Desktop.

Select an option

Save ediblecode/265493be6ed8b1176e2d73ce2f9ab04d to your computer and use it in GitHub Desktop.
Create simple web server
# If you have Node installed
npx http-server
# Or if you have Python installed
python -m SimpleHTTPServer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment