DEV Community

mraees93
mraees93

Posted on

Reactjs and Python Flask problems

Hi I'm having 2 similar problems. I have set up environments with create react app and python flask pip.
In the react app, whenever I change file names etc. I get failed to compile in browser error:enoent.

In flask whenever I want to change code to start my own project the browser says site can't be reached. the debugger is on.

The error:enoent changed to site can't be reached for react app(localhost:3000). The browser just loads onto site can't be reached for flask(localhost:5000).

Please guys I need your help to start with my backend projects in this lock down. I tried stack overflow but no assistance yet and people I know aren't able to assist me atm.

Top comments (0)