Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 425 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 425 Bytes

vite-react-starter

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

Workflows

# 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