Understand React NodeGui application structure
masterA React NodeGui application is a Node.js application. It uses native components instead of web-based components. The project structure is similar to a standard Node.js module, typically requiring a package.json and an entry point like index.js.
You have access to all Node.js APIs and modules, as well as the @nodegui/react-nodegui and @nodegui/nodegui modules. Note that because this runs in Node.js and not a browser, browser-specific APIs are not available.