Installation

Let's generate a basic project and install the Skeleton package. Make sure to follow each section in "Getting Started" very carefully.

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