Skip to content

Latest commit

 

History

History

luigi-example-svelte

Sample Luigi application written in Svelte

Overview

This is the Svelte-based sample application which runs with the Luigi framework.

Development

  1. Install dependencies:
cd luigi-example-svelte
npm install
  1. Build and run this application in development mode:
npm run build
npm run dev

Open it in your browser by going to localhost:5100.

Note that this example serves as a starting point and is not to be used directly in production without necessary adjustments.