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

👋 Credits

  • This project was inspired by template of @JustPilz