A simple React.js template for building Neutralinojs apps
Create a new Neutralinojs project with this template with the following command:
neu create myapp --template codezri/neutralinojs-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