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 myapp
Start the React development server and Neutralinojs app:
neu run
Trigger a new React build and create the application bundle with the following command:
neu build