What link to paste as solution if I'm creating local project in VS Code

Hello, I’m currently working on Front-End Libraries projects, and I want to develop React apps locally on my PC, for better practice. I figured out that I need to paste CDN link for tests to my index page, but I don’t know, what link of the final app with all tests passed should I paste as the solution, since I’ll be creating and running the app locally on my desktop ? Do I need to run build and upload it somewhere or what ?

you will need to host your completed project somewhere, with the test suite included and all projects passing. The submitted project needs to be publicly viable

1 Like

HI @radanjovic !

Welcome to the forum!

For react apps I would suggest using something like Netlify.
It is free and easy to use plus it is fast to get your app deployed.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.