Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/n00nday/sveltekit-electron-starter


https://github.com/n00nday/sveltekit-electron-starter

Last synced: 22 days ago
JSON representation

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
```