This starter provides a minimal setup to create a React app with Vite and TypeScript. The starter includes:
Install the dependencies with npm
or pnpm
:
npm i
pnpm i
Run npm run dev
or pnpm dev
to start the development server. Then open http://localhost:5173/ in your browser.