Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/malipetek/neutralinojs-svelte

Svelte template for Neutralinojs project
https://github.com/malipetek/neutralinojs-svelte

Last synced: about 1 month ago
JSON representation

Svelte template for Neutralinojs project

Awesome Lists containing this project

README

        

# neutralinojs-javascript

Javascript starter project for Neutralinojs

## Get started

Clone the repo

```bash
$ git clone https://github.com/malipetek/neutralinojs-svelte.git
$ cd neutralinojs-javascript
```

Install dependencies

```bash
$ npm i
```

Bundle source files

```bash
$ npm run build
```