I’m working on the portfolio test projects for the Front End certification. I am trying to develop in VS Code using create-react-app rather than working in Codepen (just for the experience of setting everything up).
I have the link to the CDN from the test page: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js. How and where would I include this in my react project? Everything I read talks about bundling stuff like that in script tags in my index.html page, but create-react-app doesn’t generate any html pages.
Thank you! Didn’t see the public folder with the html page. I was wondering where the tags were going to go. Figured they were all done behind the scenes. I’ll take a look at the link you sent!