Skip to content

Instantly share code, notes, and snippets.

@anisur3036
Last active April 29, 2018 09:26
Show Gist options
  • Select an option

  • Save anisur3036/5fc660775bd56efd80cfb37fc53f7a19 to your computer and use it in GitHub Desktop.

Select an option

Save anisur3036/5fc660775bd56efd80cfb37fc53f7a19 to your computer and use it in GitHub Desktop.
Browser Sync
{
"name": "Browser Sync",
"version": "1.0.0",
"description": "This is a browser sync test script",
"main": "index.js",
"author": "Anis",
"license": "MIT",
"scripts": {
"browsersync": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js' --directory --port 7777"
},
"devDependencies": {
"browser-sync": "^2.23.7"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment