Tuesday, February 27, 2018

How to install Electron in system



Electron is platform through which you can build cross platform applications.Electron is open source and several application has been build through  it.The application development requires the basic skills of web development .Languages like html,java script,jquery,css play prominent role in the development process.

Image result for electron ELECTRON



                ELECTRON APPS
                               
                     WordPress.com




               Visual Studio Code
                               

                      Slack



                      Atom

                                     

                         GitHub Desktop





Apart from these you should have good skills in cmd

you can learn about electron in these site http://electron.atom.io

INSTALLATION PROCESS

Install node.js latest version from site   nodejs.org

after installation completes and in cmd type
npm -g install electron

g means globally

after installation completes

in cmd type electron to verify if the packages is successfully installed or not.


UNINSTALLATION PROCESS

and for the unistallation you can simply type

C:\Users\Deven>npm -g uninstall electron

removed 152 packages in 28.074s

No comments:

Post a Comment