Skip to content

Instantly share code, notes, and snippets.

@zeusbaba
Last active November 24, 2017 13:33
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 zeusbaba/51dbc316ef5fe4edbd166542d94e328c to your computer and use it in GitHub Desktop.
Save zeusbaba/51dbc316ef5fe4edbd166542d94e328c to your computer and use it in GitHub Desktop.
using-chromium-for-local-dev
>> installing & using CHROMIUM <<
- download CHROMIUM from https://www.chromium.org/Home
- how to run it with custom params, see here:
https://stackoverflow.com/a/42024918/492918
- and here is an example that disables CORS, local security validation, etc
chromium.exe --args --disable-web-security --user-data-dir --allow-insecure-localhost
>> [EXTRA] common .gitignore <<
# Ignore all dotfiles...
.*
# except for
!.gitignore
# Logs
logs
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment