Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoxelox/svelte-standalone-starter
Full Svelte 3 TypeScript starter with automatic bundling into a minified and compressed single HTML file.
https://github.com/neoxelox/svelte-standalone-starter
eslint prettier router scss single-html-file stylelint svelte svelte3 tailwindcss typescript vite yarn
Last synced: 5 days ago
JSON representation
Full Svelte 3 TypeScript starter with automatic bundling into a minified and compressed single HTML file.
- Host: GitHub
- URL: https://github.com/neoxelox/svelte-standalone-starter
- Owner: neoxelox
- License: mit
- Created: 2022-09-26T15:23:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-19T23:29:25.000Z (12 months ago)
- Last Synced: 2024-10-11T12:41:24.803Z (28 days ago)
- Topics: eslint, prettier, router, scss, single-html-file, stylelint, svelte, svelte3, tailwindcss, typescript, vite, yarn
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# svelte-standalone-starter
Full **Svelte 3** **TypeScript** starter with automatic bundling into a minified and compressed **single HTML file** featuring:
- Svelte 3
- Vite
- TypeScript
- TailwindCSS
- SCSS
- Svelte SPA Router
- Autoprefixer
- HTML, SCSS and JS minification
- HTML, SCSS and JS compression (Brotli/Deflate/Gzip)
- SCSS and JS inlining to HTML
- ESLint
- Prettier
- Stylelint
- Yarn## develop
**`yarn dev`**
## lint
**`yarn lint`**
## format
**`yarn format`**
## build
**`yarn build`**
## preview
**`yarn preview`**