Tag: Electron

  • Configuring IntelliJ IDEA for Electron

    Configuring IntelliJ IDEA for Electron

    In the last blog post on Setting Up Electron Framework for Desktop Apps, we talked about Electron framework and its installation, we also tried a “Hello World” example in Electron. This post will a short one and will help you to configure Electron in an IDE – IntelliJ IDEA 2016. Let’s get started with our configuration, first thing…

  • Setting up Electron framework for Desktop apps

    Setting up Electron framework for Desktop apps

    So, I recently came across a bunch beautifully designed and developed desktop apps on my Linux. Now, as a Linux user, I am used to overlooking design and aesthetics over functionality. Linux desktop developers usually don’t spend their energy on making their apps more user-friendly and appealing instead they invest it in improving its functionality.…