I'm new to web development and I'm wondering if it's possible to run a JavaScript file in the browser without using HTML and a <script> tag, and without using a framework.
I'm only asking because in React (using create-react-app), the index.js file just runs in the browser without any HTML file loading it in. How is this possible?
Any links/articles/insight would be greatly appreciated.