π Sveltekit Starter
Svektekit 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.
π― π₯ Project LightHouse Report
π Menu
- π‘ Features
- π¨ Project Setup
- π Known Bugs
π‘ Features
- [βοΈ] Server side rendering built with SEO in mind.
- [βοΈ] PWA + Service Worker + Offline.
- [βοΈ] Tailwindcss + Postcss + SCSS Syntax Support in Postcss.
- [βοΈ] Global Style and Variable preconfigured for Postcss.
- [βοΈ] StorybookJS preconfigured (with postcss support).
- [βοΈ] Browser sync, auto refresh, auto reload.
- [βοΈ] 100% on Google Speedpage and 100% Lighthouse report.
- [βοΈ] Friendly and Scalable boilerplate.
- [βοΈ] Typescript + TSPaths (absolute for imports in component) preconfigured.
- [βοΈ] Prettiers, ESLint, and Husky preconfigured.
- [βοΈ] Github and Vscode dotfiles preconfigured.
π¨ Project Setup
npx degit navneetsharmaui/sveltekit-starter my-app
or Clone this repository.npm install
oryarn install
orpnpm install
.npm run dev
oryarn run dev
orpnpm run dev
.npm run build:static:ssr
oryarn run build:static:ssr
orpnpm run build:static:ssr
.npm run preview
oryarn run preview
orpnpm run preview
.
π« License
- Code and Contributions have MIT License
Copyright (c) 2021 Navneet Sharma (@asnavneetsharma)