Info
Version: | 0.6.1 |
Author(s): | Jannik Buschke |
Last Update: | Wednesday, February 13, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jannikbuschke/glue-reactnetcore-template/projectUrl |
NuGet Url: | https://www.nuget.org/packages/JannikB.Glue.NetcoreReact |
Install
Install-Package JannikB.Glue.NetcoreReact
dotnet add package JannikB.Glue.NetcoreReact
paket add JannikB.Glue.NetcoreReact
JannikB.Glue.NetcoreReact Download (Unzip the "nupkg" after downloading)
Run 'dotnet new -i JannikB.Glue.NetcoreReact::*' to install the latest template.
Then inside a folder of your choice (the applications root folder) run 'dotnet new netcore-react' or 'dotnet new netcore-react --name YourProjectName'.
In the project root run 'npm install' and 'npm run start'. Open another terminal and run .\run.ps1 or open the Visual Studio .sln file and hit F5 to start debugging.