Skip to content

Instantly share code, notes, and snippets.

@marushu
Created October 23, 2016 03:00
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 marushu/90681ff10f3b882b4bbd829e8ac2aefc to your computer and use it in GitHub Desktop.
Save marushu/90681ff10f3b882b4bbd829e8ac2aefc to your computer and use it in GitHub Desktop.
For browser-sync ligt test. :)
{
"name": "liottest",
"version": "1.0.0",
"description": "liot test",
"main": "index.js",
"scripts": {
"test": "start",
"start": "browser-sync start --server --files='./*.html'"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.17.5"
}
}
@marushu
Copy link
Author

marushu commented Oct 23, 2016

npm i browser-sync --save-dev

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