React TypeScript - Vite + React
Vite is a build tool for modern web projects. It aims to provide a faster and leaner development experience.
The supported template presets are:
Scaffolding our first React TypeScript project:
npm create vite@latest my-react-ts-app -- --template rea...
nhannguyen.hashnode.dev1 min read