Skip to content

Instantly share code, notes, and snippets.

@dperuo
Last active October 29, 2021 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dperuo/7d55e684d812b07784b3e65c845fce9b to your computer and use it in GitHub Desktop.
Save dperuo/7d55e684d812b07784b3e65c845fce9b to your computer and use it in GitHub Desktop.

Simple Servers

npx http-server
npx json-server
php -S localhost:8888
python3 -m http.server
deno run -A https://deno.land/std@0.113.0/http/file_server.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment