Installation

Let's generate a basic project and install the Skeleton package.

Note that we currently only support NPM. Yarn and PNPM may work, but official support is not provided for these package managers.

View the official documentation for the latest instructions.

console
npm create svelte@latest sveltekit-skeleton-app
    - Create a barebones project
    - Enable Typescript
cd sveltekit-skeleton-app
npm install
npm run dev

Install Skeleton

Install the core Skeleton package from NPM.

console
npm i @brainandbones/skeleton --save-dev

Next, let's configure Tailwind to work with Skeleton.

Configure Tailwind