https://github.com/skshahriarahmedraka/vite-svelte-tailwind-template
vite+svelte+tailwind
https://github.com/skshahriarahmedraka/vite-svelte-tailwind-template
Last synced: 3 months ago
JSON representation
vite+svelte+tailwind
- Host: GitHub
- URL: https://github.com/skshahriarahmedraka/vite-svelte-tailwind-template
- Owner: skshahriarahmedraka
- Created: 2022-05-11T11:45:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T11:47:29.000Z (about 3 years ago)
- Last Synced: 2025-01-19T18:45:28.376Z (5 months ago)
- Language: TypeScript
- Size: 143 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- 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`