A React NodeGui starter template ⚡️ powered by Vite rather than webpack
Create a repo with this template on GitHub
Run the dev server
pnpm dev
In order to distribute your finished app, you can use @nodegui/packer
npx nodegui-packer --init AppName
This will produce the deploy directory containing the template. You can modify this to suite your needs. Like add icons, change the name, description and add other native features or dependencies. Make sure you commit this directory.
Next you can run the pack command:
pnpm build
This will produce the js bundle along with assets inside the ./dist
directory
pnpm deploy
This will build the distributable using @nodegui/packer based on your build products
MIT