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

neutralinojs/neutralinojs-typescript

Repository files navigation

Notice 🔔

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

neutralinojs-typescript

Typescript starter project for Neutralinojs

Get started

Install neu-cli

$ npm i -g @neutralinojs/neu

Create Neutralino app with Typescript template

$ neu create myapp --template ts
$ cd myapp

Bundle source files

$ neu build

Learn more about neu-cli from docs