Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (19 loc) · 568 Bytes

File metadata and controls

31 lines (19 loc) · 568 Bytes

Notice 🔔

Please use https://github.com/neutralinojs/neutralinojs-minimal instead of this template, if you are trying Neutralinojs v2.

neutralinojs-javascript

Javascript starter project for Neutralinojs

Get started

Install neu-cli

$ npm i -g @neutralinojs/neu

Create Neutralino app with Javascript template

$ neu create myapp --template js
$ cd myapp

Bundle source files

$ neu build

Learn more about neu-cli from docs