Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/srmullen/sttv

A starter template for Svelte, Tailwind, Typescript, and Vite
https://github.com/srmullen/sttv

svelte sveltejs tailwindcss template typescript vite

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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`