Does anyone has experience with running isomorphic/universal JS apps in production? I try to run my project (a react/flux app) in production. It works perfectly on my local machine (even in production mode), but not on the server...
I do following tasks:
Deploy all files to the server (with deploybot or envoyer)
What you need to do is set up for NGINX to be the front of your node app and have it forward port 80 to 8080. Here is a good article that shows you all the steps to get a node app into production: