react-react-app has a very simple build and deployment scripts that handles all of the minification and bundling for you. Once built, it's a very simple process to copy the files over.
We might not want to bother with CI at this point, but when that does come up a simple nginx script can help ensure we don't get the few seconds of downtime.
When that time does come, we could also look into using Circle or Travis adding things like Greenkeeper.
react-react-apphas a very simple build and deployment scripts that handles all of the minification and bundling for you. Once built, it's a very simple process to copy the files over.We might not want to bother with CI at this point, but when that does come up a simple nginx script can help ensure we don't get the few seconds of downtime.
When that time does come, we could also look into using Circle or Travis adding things like Greenkeeper.