React + Flask | Server/Client Setup on Replit

56 Views Asked by At

I was wondering if there was a way to have a server/client setup on Replit with React and Flask. I know that this is possible by running the client and server separately from the shell. However, this is inconvenient as you must run both apps on 0.0.0.0, which means that there may be issues. A second inconvenience is not being able to configure the .replit file to run both.

Tried changing the .replit file Tried using shell commands Changed python to node the node to python twice to see if it would work but it didnt

0

There are 0 best solutions below