How to Setup Your Own PaaS with Dokku and Node and React and Mongodb and Nginx
Setup is just very easy, you open the , setup the node version and npm version with the one you like:
And then you just need a script in in order to start your back-end node app. The is my folder structure:
You can see here that the front end code sits in folder which is a sub-folder of the back-end code. Login to the server, setup the port.
Source: www.albertgao.xyz