Created by: leo
This PR introduces serve as the new suggested way of handling create-react-app
projects in production.
However, it also ensures that the docs clearly state that this is only a good idea inside Node.js environments. For all other platforms (or servers that aren't static-only), we still provide the user with a clear explanation of what to do in theses cases.
This closes https://github.com/facebookincubator/create-react-app/issues/1757.
How it looks: