streams/library/jquery-resizable/watch.sh
2023-07-24 20:54:19 +10:00

11 lines
No EOL
325 B
Bash

# This script launches a local Web Server that includes Live Reload functionality
# and navigates to the sample page.
# Requires the Dotnet Core 3.0+ SDK on Windows, Mac or Linux
# To install:
#
# dotnet tool install -g LiveReloadServer
x-www-browser 'http://localhost:5200/sample/'
LiveReloadServer --OpenBrowser false