I followed the Tutorial steps as described on reactjs.net. However when I tried running the application on VS2017, I'm getting an empty page.
When I tried requesting (http://localhost:/Scripts/Tutorial.jsx. I'm getting the below error

Note: I added the following assemblies manually to the bin folder
ClearScriptV8-32.dll
ClearScriptV8-64.dll
v8-base-ia32.dll
v8-base-x64.dll
v8-ia32.dll
v8-x64.dll
and now I'm getting the below error

Is there something that needs to be configured to make the page render the content ?
@Daniel15 / @dustinsoftware - your help is much appreciated