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 MoreHow to setup CI/CD with GitHub Actions for a React App with AWS EC2?
Here’s a tutorial on how to create a simple CI/CD with GitHub Actions for deploying React applications. Getting started GitHub Actions allows you to automate, customise, and execute software development workflows right in your GitHub repository. A workflow is a configurable automated process made up of one or more jobs. You can configure your workflows […]
Read MoreTop 5 Future technologies to await in 2022
Introduction After the pandemic, we don’t want to go out. But, yes, almost everything has changed, and so has technology. Tech companies have already begun using innovative technologies even before we know. So, here is a wrap-up of technologies that you will learn in the meantime for the year 2022. RPA – Robotic Process Automation […]
Read More