aspnetcore/samples/dotnet-watch/WatchJavascriptFiles
Nate McMaster 1f3f010f87 Upgrade CLI tools to .NET Core 2.1 2017-12-12 14:37:47 -08:00
..
wwwroot
Program.cs
README.md
WatchJavascriptFiles.csproj Upgrade CLI tools to .NET Core 2.1 2017-12-12 14:37:47 -08: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 restore
dotnet watch run

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