Created
May 26, 2019 08:10
-
-
Save jeanlescure/e678877ba2e1b6fd20c1f2af8be3d98a to your computer and use it in GitHub Desktop.
Quickly Setup Hot Reload Environment in OSX
This file contains 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
npx browser-sync start -s -f . --no-notify --host `ifconfig | grep "inet " | grep -v 127.0.0.1 | cut -d\ -f2` --port 8080 |
This file contains 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
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.34.0/install.sh | bash | |
~/.bash_profile | |
nvm install --lts | |
nvm use --lts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment