A simple React.js template for building Neutralinojs apps with Project Runner (node-neutralino)
Create a new Neutralinojs project with this template with the following command:
neu create myapp --template neutralinojs-community/node-neutralino-react
cd myappStart the React development server and Neutralinojs app:
neu runTrigger a new React build and create the application bundle with the following command:
neu build