This Neutralino.js template employes Vite, TypeScript, React, and Chakra UI. It provides a lightweight, cross-platform desktop application setup using modern web development tools.
- Neutralino.js: Build cross-platform desktop apps with a lightweight footprint.
- Vite: Lightning-fast bundler and development environment.
- React: Popular library for building interactive user interfaces.
- Chakra UI: Modular and accessible component library for React.
-
Clone the project::
git clone https://github.com/maverickg59/neutralino-vrc.git
-
Initialize the project::
npm run setup
Setup runs a build script that installs Neutralino globally, runs npm install, and runs the app in dev. Feel free to handle this manually if you like.
- /app: React source code
- /dist: Vite build output
- /scripts: Setup script and home for other scripts you might build
- neutralino.config.json: Neutralino config
- Neutralino CLI (
neu
)
This template is ideal for developers looking to quickly set up a desktop app using familiar web technologies.
- remove Chakra UI pro in favor of Chakra UI
- build out App to add a little flavor
- write a small set of docs to cover differences between Vanilla JS and React