Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srmullen/stts

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

javascript snowpack svelte-template sveltejs tailwindcss template typescript

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

[![MadeWithSvelte.com shield](https://madewithsvelte.com/storage/repo-shields/2959-shield.svg)](https://madewithsvelte.com/p/stts/shield-link)

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`