Skip to content

Instantly share code, notes, and snippets.

@kopp
Last active November 5, 2019 13:19
Show Gist options
  • Save kopp/5e2df7b0cf915dfca1193a308e2961fa to your computer and use it in GitHub Desktop.
Save kopp/5e2df7b0cf915dfca1193a308e2961fa to your computer and use it in GitHub Desktop.
How to use Chrome for Web Development
  1. cd to the sources of the website.
  2. Run a local webserver, e.g. python -m http.server
  3. Launch chrome and open the local webserver, e.g. localhost:8000
  4. Follow the steps described in this animation Animation how to use chrome for web development or in the official documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment