Info
Version: | 1.4.0 |
Author(s): | Rick Strahl |
Last Update: | Thursday, May 23, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RickStrahl/LiveReloadServer |
NuGet Url: | https://www.nuget.org/packages/LiveReloadServer |
Install
Install-Package LiveReloadServer
dotnet add package LiveReloadServer
paket add LiveReloadServer
LiveReloadServer Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Simply point at a local folder with `--webroot` and start serving the folder as a Web site.
Commandline options let you customize the path, port, add Razor and Markdown features support, add extensions to monitor and more. Convenience features can launch a browser, optionally launch an editor and can start on a specific page.
Live Reload lets you change any content, code and stying files and immediately see the content refreshed in a Web browser - very useful for local development tasks or editing content sites.
This tool also provides an ASP.NET Core runtime, that can be hosted on a server to provide the dynamic dynamic features used by the Razor and Markdown functionality. This is useful for mostly content driven WebSites that a need a little extra functionality beyond plain static content.
LiveReloadServer works with:
* Static HTML, CSS, JavaScript etc. files
* Loose, single-file Razor Pages including assembly dependencies
* Markdown Files - .md files rendered to HTML with customizable themes and page template
* Options to configure extensions to monitor, port, folder and more.
Version 1.3 uses .NET 8.0, 1.2 uses .NET 7.0.
Versions prior use .NET 6.0.