Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mbchoa/slick-desktop

Desktop app version of Slick
https://github.com/mbchoa/slick-desktop

Last synced: 27 days ago
JSON representation

Desktop app version of Slick

Awesome Lists containing this project

README

        

# Slick for Desktop

## Development

```sh
# install dependencies
$ npm install

# support for reloading views, restarting electron
# if app/* and/or index.js, electron/* are changed
$ npm start
```

### Packaging

```sh
$ npm run build # all
$ npm run build-osx # osx(64)
$ npm run build-win # win(32, 64)
```