Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frokk/svelte-neutralino

Neutralino App With Svelte As Frontend Framework
https://github.com/frokk/svelte-neutralino

neutralinojs svelte svelte3 sveltejs

Last synced: about 1 month ago
JSON representation

Neutralino App With Svelte As Frontend Framework

Awesome Lists containing this project

README

        

# Svelte Neutralino Template
Neutralino App With Svelte As Frontend Framework

![Preview](https://user-images.githubusercontent.com/75035219/150705941-9062fad9-223b-43d4-95a2-910cc9ba54b0.png)

---
## New Project

To create a new project based on this template using [degit](https://github.com/Rich-Harris/degit):

```bash
npx create-neutralino-app
```

Select The Svelte Template

*Note that you will need to have [Node.js](https://nodejs.org) installed.*

## Get started

Install the dependencies...

```bash
npm install
```

Get the latest Neutralino Binaries & Client Library...

```bash
npx neu update
```

...then start [Rollup](https://rollupjs.org/):

```bash
npm run dev
```

## Building and running in production mode

To create an optimised version of the app:

```bash
npm run build
```

You can now run the executable for your PC inside `dist` folder.

---
# Thanks