Files
JavaScriptServices/templates/ReactSpa/Views/Home/Index.cshtml
2016-02-24 11:02:21 +00:00

10 lines
216 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<div id="react-app" asp-prerender-module="ClientApp/boot-server">Loading...</div>
@section scripts {
<script src="~/dist/main.js" asp-append-version="true"></script>
}