An open API service indexing awesome lists of open source software.

https://github.com/devdhera/neutralinojs-starter

Guide to build your own app with Neutralinojs
https://github.com/devdhera/neutralinojs-starter

Last synced: about 1 year ago
JSON representation

Guide to build your own app with Neutralinojs

Awesome Lists containing this project

README

          

# neutralinojs-typescript

Typescript starter project for Neutralinojs

## Get started

Clone the repo

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

Install dependencies

```bash
$ npm i
```

Bundle source files

```bash
$ npm run build
```