I am trying to learn React and have created a small web application.
It's a simple listing of products with a Firebase database. I run the application on my Console and add or remove products as I like. My question is the following:
Where can I find documentation to solve my doubts? I have searched and I cannot find a solution or the way to do it, maybe I am not looking in the right way
How do I make the application so that a user can open it without using the terminal (console)?
Should i create a server?
Can I create a link to an HTML document from which the user can access the application?
I don't know how to find the correct documentation to achieve my goal Thanks
npm run buildand then deploy it to the cloud like github pages or something and you can share your link with people.buildand following the correct steps? Thanks