File hierarchy #1
-
Explain the files and contents |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
/src contains react files (source code) |
Beta Was this translation helpful? Give feedback.
-
https://vitejs.dev/guide/ |
Beta Was this translation helpful? Give feedback.
-
install nodejs |
Beta Was this translation helpful? Give feedback.
/src contains react files (source code)
/models for storing blender 3d models
/components holds custom components(widgets)
entry point index.html
DO NOT change configs (vite, github workspace, package.json, yarn.lock)
/src/App.jsx is parent