This is the Svelte-based sample application which runs with the Luigi framework.
- Install dependencies:
cd luigi-example-svelte
npm install
- 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.