Skip to content
/ stts Public
forked from srmullen/stts

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

Notifications You must be signed in to change notification settings

jots/stts

 
 

Repository files navigation

Svelte / Typescript / Tailwind / Snowpack Template

A template for using Svelte, Typescript, Tailwind and Snowpack together.

Out-of-the-box 100s across the board on lighthouse.

Installation

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

Scripts

Start a development server

npm run dev

Run svelte-check

npm run check or npm run check:watch

Run test

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 Snowpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.9%
  • Svelte 25.9%
  • HTML 18.6%
  • TypeScript 10.6%