Status Playing around with dotnet core You will need dotnet core version: 2.0 Commands Navigate to the src/api folder dotnet restore (restore nugets) dotnet watch run (hot reload while making changes to the projects) Read more http://www.control-f5.com/ Also check out the react web app that consumes this api: https://github.com/alexandrudanpop/EstatesWebApp