Skip to content

LeoDog896/sttv

 
 

Repository files navigation

STTV - Svelte / Typescript / Tailwind / Vite Template

Get up and running with Svelte, Typescript, Tailwind and Vite. Also includes testing setup using Jest.

Installation

npx degit "srmullen/sttv#main" my_app
cd my_app
npm install

Scripts

Start a development server

npm run dev

Run tests

npm run test or npm run test:watch

Build the application

npm run build

Serve the application

npm run serve

About

A starter template for Svelte, Tailwind, Typescript, and Vite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 36.5%
  • TypeScript 27.4%
  • JavaScript 24.6%
  • HTML 10.3%
  • CSS 1.2%