Cuevana Storm desktop app based in peerflix module, packaged with node-webkit
Web app using AngularJS.
npm install
npm start
Use this to build the application executable.
npm run build
will build for your current platform.
npm run build --all
will build for all platforms.
npm run compile
will compile less and update html references.
npm run watcher
will automatically watch for file changes and compile when needed.
When the app is launched with npm start
, it runs in --debug
mode. Press F11
to reload or F12
to open Developers Tools (console).
Inspired by Popcorn Time's use of peerflix module. Expanded on their idea.