As promised in February, Microsoft embraced the wildly popular React JavaScript library in Visual Studio 2015 by providing built-in support for its JSX syntax. So I took it for a spin. It works.
From there, inside the hello-world folder that gets created, run a single npm start command to start your app and make it available on port 3000 of localhost: This React Hello World tutorial ...