streams/library/jquery-resizable/watch.ps1

11 lines
334 B
PowerShell
Raw Normal View History

2023-07-24 10:54:19 +00:00
# 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
Start-Process -FilePath 'http://localhost:5200/sample'
LiveReloadServer --OpenBrowser false