Skip to content

Latest commit

ย 

History

History
42 lines (25 loc) ยท 973 Bytes

File metadata and controls

42 lines (25 loc) ยท 973 Bytes

Directus SvelteKit Example

This is a SvelteKit project bootstrapped with create-svelte.

โ„น This example uses @sveltejs/kit version 1.0.0-next.295.

๐Ÿ“Œ Prerequisites

You will need to have the provided Directus project running first before proceeding with this example.

๐Ÿš€ Getting Started

  1. Clone this repo.

  2. Install dependencies for this example.

    cd sveltekit
    npm install
  3. Create a .env file by copying the provided .env.example file.

  4. Start the development server.

    npm run dev

    Your Directus SvelteKit example is now running at http://localhost:3000.

๐Ÿ”— Links

Directus

SvelteKit