zeit / hyperterm
- суббота, 16 июля 2016 г. в 03:13:15
JavaScript
None
For downloads, documentation and the developer API head to: https://hyperterm.org
To install package.json dependencies in a way where the native
modules are built with electron, run:
$ ./scripts/install.shThen, you want to make sure app/dist is populated. I recommend
running webpack with --watch so that any changes you make
to the app are detected.
$ cd app/
$ npm install
$ webpack --watchThen you can run in the main directory:
$ npm start...to launch the app!