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
- Host: GitHub
- URL: https://github.com/devdhera/neutralinojs-starter
- Owner: DevDHera
- License: mit
- Created: 2020-04-04T13:58:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T22:40:19.000Z (over 3 years ago)
- Last Synced: 2025-02-06T04:43:55.014Z (over 1 year ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```