https://github.com/navneetsharmaui/sveltekit-starter
Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
https://github.com/navneetsharmaui/sveltekit-starter
bulb eslint husky postcss scss server-side-rendering sevltekit-pwa ssr storybook svelte svelte-example sveltejs sveltekit sveltekit-example sveltekit-server-side-rendering sveltekit-tailwind-template sveltekit-template tailwindcss typescript
Last synced: 15 days ago
JSON representation
Sveltekit starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook. The project has the structure set up for the scaleable web application.
- Host: GitHub
- URL: https://github.com/navneetsharmaui/sveltekit-starter
- Owner: navneetsharmaui
- License: mit
- Created: 2021-04-04T15:51:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T21:36:05.000Z (23 days ago)
- Last Synced: 2025-03-31T20:05:45.997Z (22 days ago)
- Topics: bulb, eslint, husky, postcss, scss, server-side-rendering, sevltekit-pwa, ssr, storybook, svelte, svelte-example, sveltejs, sveltekit, sveltekit-example, sveltekit-server-side-rendering, sveltekit-tailwind-template, sveltekit-template, tailwindcss, typescript
- Language: Svelte
- Homepage: https://sveltekit-starter-one.vercel.app
- Size: 209 MB
- Stars: 622
- Watchers: 10
- Forks: 102
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
- awesome-svelte-kit - SvelteKit Starter - Starter project created with sveltekit, typescript, tailwindcss, postcss, husky, and storybook (🏃 SvelteKit Starter Kits and Integrations / The _How To's?_)
README
# :rocket: Sveltekit Starter
[](https://kit.svelte.dev/) [](https://www.typescriptlang.org/) [](https://github.com/tc39/ecma262) [](https://tailwindcss.com) [](https://postcss.org) [](https://sass-lang.com/) [](https://storybook.js.org/) [](https://jestjs.io/) [](https://prettier.io/) [](https://eslint.org/) [](https://github.com/navneetsharmaui/sveltekit-starter/blob/main/LICENSE)
## [Svektekit Blog](https://github.com/navneetsharmaui/sveltekit-blog)
Use the above link if you want to use the sveltekit blog template.

Sveltekit starter project created with Sveltekit, Typescript, Tailwindcss, Postcss, SCSS, Husky, ESLint, Prettier, Storybook, and Jest.
The project has the ***SSR (Server Side Rendering)*** setup. These template is easy to configure and built upon as it has scalable structure.## :100: :fire: Project LightHouse Report

## :paperclip: Menu
- :bulb: [Features](#bulb-features)
- :hammer: [Project Setup](#hammer-project-setup)
- :bug: [Known Bugs](https://github.com/navneetsharmaui/sveltekit-starter/issues)## :bulb: Features
- [:heavy_check_mark:] Server side rendering built with ***SEO*** in mind.
- [:heavy_check_mark:] PWA + Service Worker + Offline.
- [:heavy_check_mark:] Tailwindcss + Postcss + SCSS Syntax Support in Postcss.
- [:heavy_check_mark:] Global Style and Variable preconfigured for Postcss.
- [:heavy_check_mark:] StorybookJS preconfigured (with postcss support).
- [:heavy_check_mark:] Browser sync, auto refresh, auto reload.
- [:heavy_check_mark:] 100% on Google Speedpage and 100% Lighthouse report.
- [:heavy_check_mark:] Friendly and Scalable boilerplate.
- [:heavy_check_mark:] Typescript + TSPaths (absolute for imports in component) preconfigured.
- [:heavy_check_mark:] Prettiers, ESLint, and Husky preconfigured.
- [:heavy_check_mark:] Github and Vscode dotfiles preconfigured.## :hammer: Project Setup
1. `npx degit navneetsharmaui/sveltekit-starter my-app` or Clone this repository.
2. `npm install` or `yarn install` or `pnpm install`.
3. `npm run dev` or `yarn run dev` or `pnpm run dev`.
4. `npm run build:static:ssr` or `yarn run build:static:ssr` or `pnpm run build:static:ssr`.
5. `npm run preview` or `yarn run preview` or `pnpm run preview`.## 💫 License
- Code and Contributions have **MIT License**
*Copyright (c) 2021 [Navneet Sharma](http://github.com/navneetsharmaui) ([@asnavneetsharma](https://twitter.com/asnavneetsharma))*