neutronkit
v0.0.3
Published
The easiest way to build Electron apps for OS X, Windows, Linux
Downloads
21
Maintainers
Readme
NeutronKit
The easiest way to build Electron apps for OS X, Windows, Linux & Kiosk
:snail::snail::snail::snail:
Development
Install node dependencies
npm i electron gulp -g && npm i
Open the example app
gulp serve && gulp serve:electron
Modifying & Watch Sass files
gulp serve
File organization
│ dist
├── style
│ ├── neutron-all.css
│ ├── osx.css
│ └── windows.css
│ └── kiosk.css
│ └── walaa.css
└── js