Last active
December 22, 2017 17:58
-
-
Save aderaaij/d34fa847b9b6312d47077f3781ceb4ce to your computer and use it in GitHub Desktop.
Start a browsersync server in underlaying directory
https://browsersync.io/docs/command-line
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
browser-sync start -s --directory "/" | |
browser-sync start -s --directory "/" --files "**/*.html" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment