I'm very interested to see an example that explains how to integrate stealjs with ASP.NET MVC6, gulp, bower, babel and react and run the app on IIS Express like it exists on a production server.
An ASP.NET MVC6 application can be created with Visual Studio 2015 Community Edition. Using a gulpfile.js, the compilation can be done. This is important because, in production it is better to use the compiled JS files rather than using JSX to compile every time.