Skip to content

A basic starter template for building React apps with Vite.

Notifications You must be signed in to change notification settings

DeniDoman/vite-react-starter

 
 

Repository files navigation

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

About

A basic starter template for building React apps with Vite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.5%
  • HTML 14.6%
  • JavaScript 11.5%
  • CSS 1.4%