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