This project is the output of The Little ASP.NET Core Book, a short tutorial that teaches you how to build applications using ASP.NET Core.
Make sure you have the .NET Core SDK installed on your machine. Then do:
git clone https://github.com/nbarbettini/little-aspnetcore-todo.git
cd little-aspnetcore-todo
dotnet run
If you run into trouble, feel free to file an issue here on Github.