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 specified in the project.json file.
cd sample-NerdDinner
dotnet restore 
cd NerdDinner.web
dotnet run -
NerdDinner 1.0 is ASP.NET Core 1.0 application and will run on Windows, Linux,and Mac.
-
This sample uses SQLite backend.
Thank you for using the sample-NerdDinner application.

