electron-demo.js/README.md

18 lines
360 B
Markdown
Raw Normal View History

2017-04-20 18:01:35 +00:00
Example of a simple `Electon` app that uses the features described as
["sexy" by the webtorrent team](https://blog.dcpos.ch/how-to-make-your-electron-app-sexy).
*Starting the app without installation*
```bash
npm install
npm start
```
*Creating the .deb*
```bash
npm install
npm run build
npm run deb64
```
The installer will be placed in `dist/installers`