zouloux / ultra-vite

Static site starter with ViteJS / Typescript / Less

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ultra vite

Simple stack for static websites with :

  • ViteJS
  • Typescript
  • Less for styles

Usage

Clone this repository

  • git clone https://github.com/zouloux/ultra-vite ultra-vite
  • cd ultra-vite

Un-sync from git

  • rm -rf .git

Then re-associate to your GIT repo ...

Configure package.json

In package.json

  • Fill name
  • Fill version
  • Fill description
  • Fill author
  • Fill licence

Run in dev with watch

  • npm run dev

Build for production

  • npm run build

About

Static site starter with ViteJS / Typescript / Less


Languages

Language:JavaScript 73.9%Language:HTML 16.5%Language:TypeScript 6.2%Language:Less 3.4%