Vite is the modern standard for developing in JavaScript and TypeScript. Genuinely makes set-up so fast.
Things to not forget
When adding a React script to your HTML document, don’t forget to use
type="module"
as a parameter in the<script>
tag. Otherwise it literally will not load.
https://stackblitz.com/edit/vitejs-vite-gchxq8?file=src%2FApp.tsx&terminal=dev