I\'m trying to learn react.js, but got stuck on \"Hello World\" script.
My index.html:
I suggest you boot up a web server.
This python -m SimpleHTTPServer will boot up a simple web server.
You can run this in your directory. Access it here http://localhost:8000.
Or, you can use Chrome flags and add this line --allow-file-access-from-files
Notes
Python come pre-packaged with an OSX installation, so if you're on a Mac, good.
Chrome flags is not recommended as it is tedious of a process.