DEV Community

Discussion on: How to connect Flask to ReactJs

Collapse
 
developer5793 profile image
Clemens Osbahr • Edited

Great Article I really learned a lot including how to use PowerShell. Now I can develop my Plotly/Dash Flask App with React. The only part missing is that for windows users the command in the package.json should be:

    "start-backend": "cd backend && flask run --no-debugger", 

Enter fullscreen mode Exit fullscreen mode

no?