Limette logo
Docs

Getting started

Create a project

To create a Limette project, you can use the Limette creation tool.

Run this in your terminal:

deno run -A jsr:@limette/init
cd limette-project
deno task dev

This will create two folders:

  • routes/: This folder contains all the routes of your app. These pages are server side rendered.

  • islands/: This folder contains all the islands. These components are client side rendered by default with the option for server side rendering and hydration on the browser.