A live reload server command for fish
yarn global add browser-sync
echo "browser-sync start -s -f . --no-notify --host (ipconfig getifaddr en0) --port 9000" > ~/.config/fish/functions/serve-live.fish
chmod +x ~/.config/fish/functions/serve-live.fish
serve-live