Skip to content

tom-nightingale/sveltekit-tailwind-starter

Repository files navigation

Sveltekit | Storybook | TailwindCSS | Apollo GraphQL | Starter Kit

Sveltekit, Storybook, TailwindCSS and Apollo GraphQL starter.

Sveltekit Starter

Demo: https://sveltekit-tailwind-starter.vercel.app/

A simple Sveltekit boilerplate with TailwindCSS (JIT), Storybook , and a few other nice bits preconfigured.

🚀 Quick start

  1. Clone the repo

    git clone https://github.com/tom-nightingale/sveltekit-tailwind-starter
  2. 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
  3. Open the source code and start editing!

    Your site is will be running at http://localhost:3000