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.