Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.55 KB

File metadata and controls

30 lines (21 loc) · 1.55 KB

🥱 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