Deploy Next.js with PM2
You can deploy Next.js with PM2 to keep your application running in the background. PM2 is a process manager for Node.js applications that will help you manage your Next.js application.
I rarely write an article, usually when I have something to share or when I want to document something for myself I go for github gist. But here are some of the articles I wrote.
You can deploy Next.js with PM2 to keep your application running in the background. PM2 is a process manager for Node.js applications that will help you manage your Next.js application.
Learn how to use code splitting in Laravel Mix to improve the performance of your web application.