Hi! I've really been struggling getting a react app set up in vs code. I have just begun to understand the basics of react and want to play around with it outside of the Scrimba app, but I can't seem to get it to show in my browser. I've used Vite and can get to the page shown in the picture attached, but there's a bunch of extra files that imports into vscode, which causes me to get completely lost. I don;t know which files I can delete and where I should add new ones. If anyone has any resources of advice I would much appreciate it!
#setting up react project in vs code
3 messages · Page 1 of 1 (latest)
@rare cypress https://youtu.be/lvt_d0II0dY?si=aS0H6BHKqeVe209- this video goes over the boilerplate code and shows what you can safely strip out
In this video I take you through setting up Vite and React so you can start your own React projects from scratch on your local machine.
Don't have VSCode, Live Server or NodeJS installed? Watch this video first: https://youtu.be/UD-3DDhH1TU
Vite official site: https://vitejs.dev/guide/
Tutorials Playlist: https://www.youtube.com/playlist?list...
Thank you 🤝