Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 950 Bytes

File metadata and controls

13 lines (9 loc) · 950 Bytes

This, but with TailwindCSS

🥱 Yet Another Neutralinojs Starter

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.

⚡️ How to run

  1. Install BUN
  2. Clone this repository
  3. Install all dependencies with bun install
  4. Run the app in development mode with bun start
  5. Build the app for production with bun build