Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 453 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 453 Bytes

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 "garlandcrow/sttv#master" 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