Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 311 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 311 Bytes

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.