Svelte - VS Code initial files with Vite, what is what?
Making sure I don't make the same mistakes I made with my React projects
1) are all component files being held in ./src/lib? 2) App.svelte, is this the equivalent to app.jsx in React? so the main file where I import all components to build the app, and then push this file into main.js?