How to host static site using pm2
PM2 is a process manager for node.js applications. You can use PM2 to host static websites. To host a static website, create a folder, and put your files inside. Let’s create a static file, say index.html Now you can make the site live using the following pm2 command Now the static site will be available … Read more