How to Install & Run Node/React app as an Exe file?
To Install and Run Node/React app as an Exe file We’ll need the following prerequisites: NodeJS and npm installed. https://docs.npmjs.com/downloading-and-installing-node-js-and-npm A demo Node App https://medium.com/@diogo.fg.pinheiro/simple-to-do-list-app-with-node-js-and-mongodb-chapter-1-c645c7a27583 Inno Setup Compiler https://jrsoftware.org/isdl.php Bat to exe converter https://bat-to-exe-converter-x64.en.softonic.com/ Step 1 : Make Sure the Node app is installed and ready to launch. Run the install command mentioned in the […]
Read More