Sveltekit, Storybook, TailwindCSS and Apollo GraphQL starter.
- Sveltekit
- TailwindCSS
- Apollo Client for GraphQL queries across any endpoint
- Typescript code generator to automatically generate Types from your endpoint
- Storybook Frontend workshop
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