JBuschke.AspCra 0.2.3

There is a newer version of this package available.
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.

Version Downloads Last updated
0.3.1 2,546 1/29/2020
0.3.0 465 1/29/2020
0.2.6 690 6/9/2019
0.2.5 600 6/9/2019
0.2.4 587 6/8/2019
0.2.3 577 4/14/2019
0.2.2 595 4/14/2019
0.2.1 569 4/14/2019
0.2.0 565 4/14/2019
0.1.2 594 4/13/2019
0.1.1 561 4/13/2019
0.1.0 608 4/13/2019