Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
A starter template for Svelte, Tailwind, Typescript, and Vite
- Host: GitHub
- URL: https://github.com/srmullen/sttv
- Owner: srmullen
- Created: 2021-03-23T15:36:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T18:29:44.000Z (over 1 year ago)
- Last Synced: 2024-09-29T11:57:17.522Z (3 months ago)
- Topics: svelte, sveltejs, tailwindcss, template, typescript, vite
- Language: Svelte
- Homepage:
- Size: 339 KB
- Stars: 117
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`