Neutralino App With React As Frontend Framework
To create a new project based on this template:
npx create-neutralino-app@latest
Select The React Framework.
Note that you will need to have Node.js installed.
Install the dependencies...
npm install
Get the latest Neutralino Binaries & Client Library...
npx neu update
...then start application:
npm run dev
To create an optimised version of the app:
npm run build
You can now run the executable for your PC inside dist
folder.