Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/n00nday/sveltekit-electron-starter
https://github.com/n00nday/sveltekit-electron-starter
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/n00nday/sveltekit-electron-starter
- Owner: N00nDay
- Created: 2022-12-30T13:46:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T13:49:40.000Z (about 2 years ago)
- Last Synced: 2024-11-04T02:42:03.334Z (2 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run start
```## Building
To create a production version of your app:
```bash
npm run package
```