NerdDinner 1.0 Sample
NerdDinner 1.0 is an ASP.NET Core sample application based on the ASP.NET MVC 2009 project with the same name. This repository is a working single page application(SPA) sample that uses Angular 1 and ASP.NET Core 1.0.
Set Up
Prerequisite Download .NET Core for Windows, Linux, Mac for more options please visit the dot.net.
Running NerdDinner 1.0 Sample
- Clone the sample-NerdDinner application
git clone https://github.com/aspnet/sample-NerdDinner.git- Navigate to your local copy of the sample-NerdDinner and, restore the packages.
cd sample-NerdDinner
dotnet restore 
cd NerdDinner.web
dotnet run Ready to go sample
-
NerdDinner 1.0 is ASP.NET Core application and will run on Windows, Linux,and Mac.
-
This sample uses SQLite backend.
Thank you for using the sample-NerdDinner application.

