React Installation


React Installation

Snippet Example:
Screen Shot 2022-10-11 at 11.06.51 AM


Inside of your react application look for the index.html file. You may have renamed this but the file should contain the head HTML tag. Inside of that paste in line 1 from the example above (Make sure to you use your custom code and not the example above). Make sure that the script is inside of the head tags.

Example