Skip to content

Starter/Template for building a desktop applications with Neutralinojs, Vite, React, Typescript, Wouter, daisyUI, TailwindCSS, UnoCSS and Iconify.

License

Notifications You must be signed in to change notification settings

Avaray/yet-another-neutralinojs-starter

Repository files navigation

🥱 Yet Another Neutralinojs Starter

Highly non-opinionated starter for building a desktop applications using Neutralinojs

Screenshot

⚡️ How to run

  1. Install BUN
  2. Install Neutralino CLI globally with bun i -g @neutralinojs/neu
  3. Clone this repository
  4. Install all dependencies with bun run install
  5. Run the app in development mode with neu run
  6. Build the app for production with neu build

😧 Known Issues

  • In development mode, you will see Global variables patch was reverted warning in the console. This started happening after latest Neutralinojs update. It doesn't affect the app functionality but it's annoying. Currently, I don't have a solution for this.

👋 Credits

  • This project was inspired by template of @JustPilz