Hi Guys,
Came across this project as I am beginning my journey to Universal React App.
This project seems a very comprehensive and very well documented application hence, Hoping to use it.
I cannot seem to understand, How will I deploy this application Locally or on Azure?
When I build production build using 'yarn build' it creates 'build' directory with 'client' and 'server' files.
However, when I take the 'build' directory and copy / host it on another machine / upload it to Azure, I cannot seem to run/execute server script by simply giving command 'node index.js' from 'server' directory!
Is there anything I am missing?
Any help will be grateful and help me choose this project as my base project to start with!
Thanks once again in advance.