Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`**