Skip to content
/ TypescriptViteTemplate Public template

Front-end TypeScript starter with Vite and ESLint configuration.

Notifications You must be signed in to change notification settings

Eoic/TypescriptViteTemplate

Repository files navigation

TypeScript Vite starter template

Front-end TypeScript starter with Vite and ESLint configuration.

Installation and usage

  1. Install dependencies:

    npm install
    
  2. Start development server:

    npm run dev
    

For lint and build commands, see package.json.