Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 438 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 438 Bytes

neutralinojs-typescript

Typescript starter project for Neutralinojs

Get started

Clone the repo

$ git clone https://github.com/neutralinojs/neutralinojs-typescript.git
$ cd neutralinojs-typescript

Install dependencies

$ npm i

Install the neu cli

$ npm i -g @neutralinojs/neu

Build the application

$ neu build

Run the application by executing neutralino executable.