As far as I know there is no possible way to integrate express and create-react-app without running 2 servers . create-react-app was designed to be as simple as possible, so that it is easy to get a react application running.
If you want to integrate express without running 2 servers, you have to use an advanced boilerplate or build your own stack.