A simple Vanilla 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-vanilla
cd myapp
Start the development server and Neutralinojs app:
npm run dev
Trigger a new build and create the application bundle with the following command:
npm run build