A basic starter template for building React apps with Vite.
Create a new local app like this:
# Fetch files from this repo
npx tiged amannn/vite-react-starter YOUR_FOLDER_NAME
# Install dependencies
npm install
# Start the development server
npm run dev
# Lint for TypeScript and ESLint errors
npm run lint
# Run the app in production
npm run build
npm run start