Electron Studio is a cross-platform Gui Application development ide for Electron Framework.
- ??
- ??
- ??
- ??
Electron Framework
Node JS
- navigate to the desktop (optional)
$ cd desktop
- use git clone to clone the
repository on your local machine
$ https://github.com/Uno-Network-Offices-Inc/ElectronStudio-ide.git
- navigate to the Project folder
$ cd Electron Studio
- Install Node JS In the official Web site
- Official Web site Download.
- Install all dependencies - NPM
$ npm install
- Run the Project with CMD
-
(in the project folder)
-
$ npm start
- install sass globally
$ npm install -g sass
- Use sass watch to Update
css stylesheet
$ sass --watch sass/global.design.scss:./css/global.design.css
- Stopping the Sass compiler
- CTRL + C (in the cmd)