Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frokk/svelte-neutralino
- Owner: frokk
- License: mit
- Archived: true
- Created: 2022-01-24T00:44:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T13:14:37.000Z (over 2 years ago)
- Last Synced: 2024-09-18T14:55:16.346Z (about 2 months ago)
- Topics: neutralinojs, svelte, svelte3, sveltejs
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ProjectTo 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