Neutralino App With Svelte As Frontend Framework
To create a new project based on this template using degit:
npx create-neutralino-app
Select The Svelte Template
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
Get the latest Neutralino Binaries & Client Library...
npx neu update
...then start Rollup:
npm run dev
To create an optimised version of the app:
npm run build
You can now run the executable for your PC inside dist
folder.