Your good old TodoMVC is now rendered server-side too.
- Clone the repository,
- Open TodoServer.sln with Visual Studio 2015,
- Restore NuGet packages,
- Modify the connection string in TodoServer/web.config to connect to your own database, and
- Apply necessary migrations per this guide.
Hit F5 and have fun!