Skip to content
/ sttv Public template

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

Notifications You must be signed in to change notification settings

srmullen/sttv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 9, 2023
d0fad82 · Aug 9, 2023

History

21 Commits
Mar 23, 2021
Aug 9, 2023
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Mar 23, 2021
Aug 9, 2023
Aug 9, 2023
Mar 23, 2021
Jul 16, 2022
Feb 20, 2022
Aug 9, 2023
Aug 9, 2023

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