@ar0/reactor
v0.0.25
Published
make electron apps, easily
Downloads
37
Readme
reactor
reactor is a npm library for easily making desktop apps using web technologies
- typescript, a type-augmented superset of javascript
- electron for building a desktop application
- react for building UIs
- redux toolkit for state
- webpack for bundling everything together
- prettier code formatting
Installation
Use node package manager npm to install reactor.
npm install --save-dev reactor
Usage
# runs app in debug mode
reactor debug
# packages app into build/appname
reactor build
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.