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 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