To use this boilerplate:
npx degit
: npx degit IvanHeriver/Neutralino-Svelte-TS-Boilerplate myapp
yarn install
npm install -g @neutralinojs/neu
neu update
npm run dev
npm run build
Note: This boilerplate doesn't use Vite (default Svelte project now use Vite) but rollup when in dev mode since I didn't figure out how to enable hot reload using Vite with Neutralino. If you have an idea on how to do that, let me know!