Files
JavaScriptServices/templates/ReactReduxSpa/Views/Home/Index.cshtml
2016-03-07 15:11:13 +00:00

11 lines
285 B
Plaintext

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