Installation

Let's generate a basic project and install the Skeleton package. For best results, we recommend you have at least moderate experience with Svelte, Tailwind CSS, and at least one of the supported frameworks listed below. If you experience issues, please see our frequently asked questions.

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

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.

Tailwind