This is a starter project for building a desktop application using Neutralinojs, React, TypeScript, Vite, and TailwindCSS. Inspired by work of JustPilz. Created to be used with BUN. Supports Hot Module Replacement. App window closes properly without freezing. Does not flash with white screen on startup.
- Install BUN
- Clone this repository
- Install all dependencies with
bun install
- Run the app in development mode with
bun start
- Build the app for production with
bun build