https://github.com/avaray/yet-another-neutralinojs-starter
Starter/Template for building a desktop applications with Neutralinojs, Vite, React, Typescript, Wouter, daisyUI, TailwindCSS, UnoCSS and Iconify.
https://github.com/avaray/yet-another-neutralinojs-starter
bun bun-sh daisy-ui daisyui desktop-app iconify javascript neutralino neutralinojs react tailwind tailwind-css tailwindcss typescript unocss vite webview webview-app webview2 wouter
Last synced: 6 months ago
JSON representation
Starter/Template for building a desktop applications with Neutralinojs, Vite, React, Typescript, Wouter, daisyUI, TailwindCSS, UnoCSS and Iconify.
- Host: GitHub
- URL: https://github.com/avaray/yet-another-neutralinojs-starter
- Owner: Avaray
- License: mit
- Created: 2024-07-17T11:55:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T21:04:08.000Z (6 months ago)
- Last Synced: 2025-04-24T05:46:27.881Z (6 months ago)
- Topics: bun, bun-sh, daisy-ui, daisyui, desktop-app, iconify, javascript, neutralino, neutralinojs, react, tailwind, tailwind-css, tailwindcss, typescript, unocss, vite, webview, webview-app, webview2, wouter
- Language: TypeScript
- Homepage:
- Size: 977 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: funding.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🥱 Yet Another Neutralinojs Starter
**Highly non-opinionated** starter for building a desktop applications using [Neutralinojs](https://neutralino.js.org/docs/)

- [Vite](https://vite.dev/) with [Hot Module Replacement](https://vitejs.dev/guide/features#hot-module-replacement) for fast development
- [React](https://react.dev/) for building user interfaces
- [TypeScript](https://www.typescriptlang.org/) for type safety
- [Wouter](https://github.com/molefrog/wouter) for routing
- [TailwindCSS](https://tailwindcss.com/) and [UnoCSS](https://unocss.dev/) for styling
- [daisyUI](https://daisyui.com/) with its awesome [components](https://daisyui.com/components/) and [themes](https://daisyui.com/docs/themes/)
- [Iconify](https://iconify.design/) with tons of vector icons# ⚡️ How to run
1. Install [BUN](https://bun.sh/)
2. Install [Neutralino](https://neutralino.js.org/docs/#/setup/installation) 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`# 🛸 Contributing
If you wan't to contribute to this project, please do it on the
[NEXT](https://github.com/Avaray/yet-another-neutralinojs-starter/tree/next)
branch.