You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered errors starting React with "yarn start":
I fixed these in the vite config (I am doing the right thing?). The changes I made below seemed to work and render the one under Step 1 but something is off as it's not the same interface - I am not sure where to make some changes to React (testing some extensions).
the menu is django! 😄 Only the pard in red is actually react. The ract app has a menu just so it's possible to navigate a bit and develop the components and everything, but it is not used
The entry in src/locales/en/translation.json is a symlink to public/locales/en/translation.json but it seems this doesn't work in windows. You can just copy the original over and it should work, just remember to not commit
A couple of questions:
Is this the correct React library? The React libraries from "https://github.com/wger-project/react" is not the same as the ones loaded with the original "https://github.com/wger-project/wger/" shown below under step 2
From the host:8000 - after executing the "python manage.py runserver" for the server side Django from "https://github.com/wger-project/wger/"
I encountered errors starting React with "yarn start":
I fixed these in the vite config (I am doing the right thing?). The changes I made below seemed to work and render the one under Step 1 but something is off as it's not the same interface - I am not sure where to make some changes to React (testing some extensions).
For context - I have Django files from "https://github.com/wger-project/wger" under "folder>server" and React from "https://github.com/wger-project/react" under "folder>react":
The text was updated successfully, but these errors were encountered: