Skip to content

Instantly share code, notes, and snippets.

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 jeanlescure/e678877ba2e1b6fd20c1f2af8be3d98a to your computer and use it in GitHub Desktop.
Save jeanlescure/e678877ba2e1b6fd20c1f2af8be3d98a to your computer and use it in GitHub Desktop.
Quickly Setup Hot Reload Environment in OSX
npx browser-sync start -s -f . --no-notify --host `ifconfig | grep "inet " | grep -v 127.0.0.1 | cut -d\ -f2` --port 8080
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