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: over 1 year ago
JSON representation
A starter template for Svelte, Tailwind, Typescript, and Snowpack
- Host: GitHub
- URL: https://github.com/srmullen/stts
- Owner: srmullen
- Created: 2021-01-20T15:37:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T17:23:08.000Z (over 4 years ago)
- Last Synced: 2025-02-27T08:22:48.368Z (over 1 year ago)
- Topics: javascript, snowpack, svelte-template, sveltejs, tailwindcss, template, typescript
- Language: Svelte
- Homepage:
- Size: 634 KB
- Stars: 100
- Watchers: 7
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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`