JBuschke.AspCra
0.2.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install JBuschke.AspCra::0.2.3
This package contains a .NET Template Package you can call from the shell/command line.
A starter template composing the Asp.Net Core WebApi template and Create-React-App setup. This starter tries to provide a minimal setup for ASP.NET Core and React without additional opinions. That means: no TypeScript (trivial to enable with CRA though), no SSR, no Redux, no api-versioning etc.
Install
In order to get started node and the dotnet core sdk need to be installed.
In a terminal run
dotnet new --install Jbuschke.AspCra::*
Getting started
dotnet new asp-cra --name MyApp
cd MyApp/webapp
npm install
npm start
in a second terminal:
cd MyApp
dotnet run
Then open http://localhost:4000.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.