Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mbchoa/slick-desktop
- Owner: mbchoa
- License: mit
- Created: 2017-03-03T06:58:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T06:46:38.000Z (over 4 years ago)
- Last Synced: 2024-10-28T08:27:22.107Z (2 months ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
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)
```