Skip to content

mlcn/netcoredemo

Repository files navigation

.NET Core 2.1 demo project

This is a demo project for .NET Core 2.1 WebAPI, ASP.NET MVC and RazorPages, plus the React Application to use WebAPI as the frontend client.

Running the .NET Core Project

$ cd NetCoreDemo
$ dotnet restore
$ dotnet run

The application will start listening at http://localhost:23962

Open this address in browser to view the Razor Pages and MVC version of the UI

Running the React application

$ cd reactdemo
$ npm install -d
$ npm start

The application will launch at http://localhost:3000

About

Demo for .NET Core MVC and Razor Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published