Sveltekit, Storybook, TailwindCSS and Apollo GraphQL starter.
Demo: https://sveltekit-tailwind-starter.vercel.app/
A simple Sveltekit boilerplate with TailwindCSS (JIT), Storybook , and a few other nice bits preconfigured.
Clone the repo
git clone https://github.com/tom-nightingale/sveltekit-tailwind-starter
Start developing
Navigate into your new siteโs directory and install the local dependencies first, then run the dev command.
cd sveltekit-starter/
npm i
npm run dev
Open the source code and start editing!
Your site is will be running at http://localhost:3000