Neutralino-Svelte-TS-Boilerplate Svelte Themes

Neutralino Svelte Ts Boilerplate

A basic boilerplate for Neutralino app using svelte and Typescript

Boilerplate: Neutralino with Svelte and Typescript

To use this boilerplate:

  • clone this repo or usig npx degit: npx degit IvanHeriver/Neutralino-Svelte-TS-Boilerplate myapp
  • install the dependencies: yarn install
  • install neutralino globally (see Neutralino Getting Started): npm install -g @neutralinojs/neu
  • setup neutralino for the project (download neutralino binaries and client js library): neu update
  • run the project in development mode: npm run dev
  • build the project: 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!

Top categories

Loading Svelte Themes