aduggleby / LeanAspNetCore-React

Lean ASP.NET Core 2.1 app that uses Razor Pages for server pages and React for part of the client application.

Home Page:https://blogs.taiga.nl/martijn/2018/06/22/lean-asp-net-core-2-1-add-a-react-application-to-an-existing-razor-pages-application/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeanAspNetCore-React

A 'lean' ASP.NET Core 2.1 app that uses Razor Pages for server pages and React for some of the client functionality. The main goal of this example is to show how ASP.NET Core and modern client-side development can be combined in a simple, understandable way.

Prerequisites

.NET Core 2.1 (or higher) SDK Node.js 6.9.0 or higher

Getting started

git clone https://github.com/martijnboland/LeanAspNetCore-React.git
cd LeanAspNetCore-React
dotnet run

Browse to https://localhost:5001 to see the working app.

At the first run, it takes a little while before all dependencies are resolved. Just have a little patience. After the first run, things are much faster.

About

Lean ASP.NET Core 2.1 app that uses Razor Pages for server pages and React for part of the client application.

https://blogs.taiga.nl/martijn/2018/06/22/lean-asp-net-core-2-1-add-a-react-application-to-an-existing-razor-pages-application/

License:MIT License


Languages

Language:C# 54.6%Language:TypeScript 37.2%Language:JavaScript 7.7%Language:CSS 0.4%