Awesome
PelisTime
Un espacio multimedia basado en peerflix, Webchimera.js, React y empaquetado con electron.
http://i.giphy.com/26FPIiWbFzMWMP90Q.gif
Previus config
if you want compile webchimera, more info Here
Setup
$ git clone https://github.com/ghondar/PelisTime.git
$ cd PelisTime
$ npm install
if you are on linux:
$ sudo apt-get install vlc
Run
run webpack dev server:
$ npm run start-dev-server
and, in another terminal, run electron:
$ npm run start-dev
Build and Package
Quick run: linux, osx or windows
$ npm run all:linux
$ npm run all:osx
$ npm run all:win
Or step by step run
build bundle.js:
$ npm run build
package project:
$ npm run pack
create installer on windows:
$ npm run installer:win
create installer on osx:
$ npm run installer:osx
Build output
./tmp/...