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
- This project was inspired by template of @JustPilz