fus-marcom / bulletin-react

React/Redux version of the University Bulletin
MIT License
42 stars 18 forks source link

[Question] Deploying the app and use of Express server #55

Open cr101 opened 7 years ago

cr101 commented 7 years ago

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?