arifcakiroglu / neutron

The easiest way to build Electron apps for OS X, Windows, Linux

Home Page:https://neutron.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NeutronKit

Status

The easiest way to build Electron apps for OS X, Windows, Linux & Kiosk

###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
└── js

About

The easiest way to build Electron apps for OS X, Windows, Linux

https://neutron.vercel.app/

License:MIT License


Languages

Language:SCSS 58.6%Language:HTML 27.0%Language:JavaScript 14.5%