aspnetcore/samples/dotnet-watch/WatchJavascriptFiles
Ryan Brandenburg f71dad1055 Upgrade to netcoreapp22 2018-05-08 12:04:40 -07:00
..
wwwroot
Program.cs
README.md
WatchJavascriptFiles.csproj Upgrade to netcoreapp22 2018-05-08 12:04:40 -07:00

README.md

Watch JavaScript files with dotnet-watch

Prerequisites

Install .NET Core command line. https://dot.net/core

Usage

Open a terminal to the directory containing this project.

dotnet watch run

Changing the .csproj file, or *.js file in wwwroot, or any *.cs file will cause dotnet-watch to restart the website.