Highly non-opinionated starter for building a desktop applications using Neutralinojs
- Vite with Hot Module Replacement for fast development
- React for building user interfaces
- TypeScript for type safety
- Wouter for routing
- TailwindCSS and UnoCSS for styling
- daisyUI with its awesome components and themes
- Iconify with tons of vector icons
- Install BUN
- Install Neutralino CLI globally with
bun i -g @neutralinojs/neu
- Clone this repository
- Install all dependencies with
bun run install
- Run the app in development mode with
neu run
- Build the app for production with
neu build
- 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.
- This project was inspired by template of @JustPilz