React and Python in same Intellij project

已回答

Right now I have structure like that

 

this represents the single repo in github

backend is written in Python/Flask, frontend in React

However I am not sure if I configured them correctly in Intellij itself in context of modules projects, facets etc

Ther is little documentaion about how to do this properly

BAckend works fine Intellij autodiscovers stuff there and marks it as Python modules 

the frontend.. not so much

0

Hello,

Can you share the text content of these files:

.idea/modules.xml
frontend.iml

0

请先登录再写评论。