bulletin-react
bulletin-react copied to clipboard
[Question] Deploying the app and use of Express server
Question 1: In terms of deploying a web app like this, is it just a matter of putting the build folder on a production server running Apache and pointing the root domain (http://mysite.com) to that folder?
Question 2: What's the benefit of using the Express server?