[WIP] This is a Svelte Kit project bootstrapped with create-svelte
, added with WindiCSS and TypeScript setup.
Start developing right away!
-
✔️ toolings for linting, formatting, and conventions configured
eslint
,prettier
,husky
,lint-staged
, andstandard-version
-
🔎 SEO optimization configured
with
svelte-meta-tags
. you'll need to reconfigure or tinker with it to get it right according to your needs, but it's there if you need it. -
🎨 basic responsive layout configured
don't need it? just remove it 😃
You can either click Use this template
button on this repository and clone the repo or directly from your terminal:
npx degit sozonome/swindi <YOUR_APP_NAME>
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/routes/index.svelte
. The page auto-updates as you edit the file.