This is the Svelte-based sample application which runs with the Luigi framework.
- Install dependencies:
cd luigi-example-svelte
npm install
- Start webpack to run this application:
npm run dev
Open it in your browser by going to localhost:5100.
-
Build your application
npm run build:prod
-
Serve your application
npm run serve
The build compiles and minimizes the source files for production usage.
The build generates a public
folder which you can serve using a web server.