Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 642 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 642 Bytes

node-neutralino-vanilla

A simple Vanilla JS template for building Neutralinojs apps with Project Runner (node-neutralino)

How to install

Create a new Neutralinojs project with this template with the following command:

neu create myapp --template neutralinojs-community/node-neutralino-vanilla
cd myapp

How to develop

Start the development server and Neutralinojs app:

npm run dev

How to bundle the app

Trigger a new build and create the application bundle with the following command:

npm run build

License

MIT