Skip to content

Instantly share code, notes, and snippets.

@robdecker
Last active September 18, 2021 17:18
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 robdecker/bc032141a74cc5a318941412b274c017 to your computer and use it in GitHub Desktop.
Save robdecker/bc032141a74cc5a318941412b274c017 to your computer and use it in GitHub Desktop.

For a quick local server:

npm install browser-sync --save-dev

In package.json:

"scripts": {
  "server": "browser-sync start --directory --server --files '*.js, *.html, *.css'"
}

Bonus

To skip installing numerous npm modules, use SystemJS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment