React TodoMVC app with ASP.NET Web Api backend, developed with Visual Studio.
The ReactJS frontend app is a modified Redux Devtools TodoMVC example, https://github.com/gaearon/redux-devtools/tree/master/examples/todomvc.
The ASP.NET Web Api backend app is a slightly modified version of https://github.com/mforman/todo-backend-webapi
Thanks to the original authors for the examples.
- Visual Studio 2015
- NodeJS 4.0 or higher
- WebPack Task Runner Extension or NPM Scripts Task Runner Extension
Clone the example solution, open the .sln file with Visual Studio 2015, hit F5 and be amazed :-).