Electron is GitHub’s cross platform desktop application development tool powered by Nodejs , CSS and HTML.
Electron Forge
What is Electron forge ? Electron Forge is a programmer’s tools to help create , build electron application quickly as possible.
First up all you need to Install Nodejs and then install electron forge from terminal
npm install create-electron-app -g
Now you are ready to use the tools.
Basic Electron Project Setup
Let’s create a project with basic structure which includes
- index.css
- index.html
- index.css
- package.json
- nodemodules
open your terminal and fire up
npm create-electron-app myapp
It will take some time to generate files and you are ready to first run npm start
For more information and guide have a look at Official Site


Color palettes for web developers
Web without colors ? Am I watching a black and white movie ? There are plenty of ways you can use colors. Most of the web UI designers have the palettes. Codies like me always love to have minimal editors like VSCode / Atom / Sublim. There are plenty of website offer variety of palletes … Continue reading Color palettes for web developers
