Create a new React app with Vite
Although every React app is unique, they all start from the same place:
You need an index.js, App.js, and App.css file
You need to install react and react-dom
You need a toolchain to use JSX
You need a bundler to bundle all your .js, .css, etc. file...
h.asrvd.me10 min read
Andrew Baisden
Software Developer | Content Creator | AI, Tech, Programming
Good tutorial I am a fan of Vite as well.