yahia-berashish / vite-vanjs-ts

Vite + VanJS with TypeScript template.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vite-vanjs-ts

Vite + VanJS with TypeScript template. This Vite template uses:

  • TypeScript
  • VanJS core (vanjs-core)
  • VanX (vanjs-ext)

How to use

With git clone

  1. Clone the repository:
    git clone https://github.com/yahia-berashish/vite-vanjs-ts.git
  2. Navigate to cloned directory:
    cd vite-vanjs-ts
  3. Install the dependencies:
    npm install
  4. Start development server:
    npm run dev

With degit

  1. Install degit (if not installed already):
    npm install -g degit
  2. Clone the repository using degit:
    degit yahia-berashish/vite-vanjs-ts
  3. Navigate to cloned directory:
    cd vite-vanjs-ts
  4. Install dependencies:
    npm install
  5. Start development server:
    npm run dev

About

Vite + VanJS with TypeScript template.


Languages

Language:CSS 53.5%Language:TypeScript 34.3%Language:HTML 12.2%