Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/malipetek/neutralinojs-svelte
- Owner: malipetek
- License: mit
- Created: 2020-07-11T06:07:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:59:33.000Z (about 2 years ago)
- Last Synced: 2024-10-27T22:58:59.630Z (3 months ago)
- Language: JavaScript
- Size: 4.87 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
```