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.
Somasundaram Ayyappan
As far as I know there is no possible way to integrate
expressandcreate-react-appwithout running 2 servers .create-react-appwas designed to be as simple as possible, so that it is easy to get a react application running.If you want to integrate
expresswithout running 2 servers, you have to use an advanced boilerplate or build your own stack.