I’m new to web development. I’m using pycharm as my python editor and have react integrated to it. I now want a front end design tool. I am trying to integrate Plasmic but getting issues with plasmic-styles.css and plasmic.json
What I have done so far
npm install @plasmicapp/loader-react
npx plasmic init
npx plasmic sync
I know i’m probably making a basic mistake here somewhere. Some guidance would really help
TIA