Currently I'm working on a website, I've finished most of the site and would like to deploy a production version.
My issue is the following: I cannot seem to find a way to run "serve" with forever. I need to use serve to host the site as the site is a single page application, I've tried using the base files from the "/build" folder, however that doesn't build the site correctly.
Running the site with serve -s build works, but there's no way to keep the site running once the terminal has closed.
I am using a CentOS server.