HTML file to use react component

suggest change

Setup a simple html file in the root of the project directory

Filename: index.html

<!DOCTYPE html><html><head><meta charset="utf-8"><title></title></head><body><div id="App"></div><script src="build/bundle.js" charset="utf-8"></script></body></html>

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Setting up React environment:
*HTML file to use react component

Table Of Contents