Skip to content

Instantly share code, notes, and snippets.

@zinderud
Last active August 29, 2019 07:55
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 zinderud/b9b91258d086ae7256e46b7335373012 to your computer and use it in GitHub Desktop.
Save zinderud/b9b91258d086ae7256e46b7335373012 to your computer and use it in GitHub Desktop.
browser sync
dotnet watch ru
npm install -g browser-sync
browser-sync start `
--proxy http://localhost:5000/ `
--files '**/*.cshtml, **/*.css, **/*.js, **/*.htm*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment