Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 470 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 470 Bytes

LeanAspNetCore

A 'lean' ASP.NET Core 2.1 app that uses Razor Pages for server pages and npm and webpack for client assets.

Prerequisites

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

Getting started

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

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.