Personal development notes and experiments

Tagged “fullstack”

Access Express and CRA (Create React app) development server routes on same localhost port

Need to serve some static html's using Express for landing routes + serve a React app, and access this on one single local port for development? Don't use CRA's "proxy", instead use your Express backend to proxy requests to CRA dev server when needed.

2022-01-30