Last active
April 29, 2018 09:26
-
-
Save anisur3036/5fc660775bd56efd80cfb37fc53f7a19 to your computer and use it in GitHub Desktop.
Browser Sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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