*****Electronjs****





In this article i gonna walk you through uses of electronjs,

you all know that javascript is most useful and rapidly growing language on web,
and it's very easy to adapt.
most of the people's thing javascript is only a client-side language and nothing more,
but nowadays javascript is useful in almost every field
such as in the development of web apps, desktop apps, mobile apps (Android, IOS, window)
and even in AI and machine learning
we have a couple of frameworks that makes javascript so efficient
for example
>> Reactjs
>>angularjs
>>vuejs
and my personal favorite
>> electronjs
today I gonna walk you through about uses of electronjs and
also " how to install electronjs in your system?"
first, I will walk you through the uses of electron js in various application
of web, Android, IOS && desktop and also some projects build with electron js
so let's start our journey
>>> what is electronjs and what it does for you??
electronjs is very advance very useful very cool javascript framework
which allows us to use the same logic and code for all versions of our project.
for example -
I have an assignment to create the same application software for all platform (Windows, Mac, Linux, Android, Web, IOS).
***and it's true you can create an application for all platforms only using HTML+ JAVASCRIPT+CSS***
in this scenario, electronjs gives me a facility
-- to code once in HTML javascript and CSS, and it will convert this code to other versions.
//I am not kidding
// and it is not a dream there are some project build with electronjs

there is a list of applications build with electron js https://electronjs.org/apps and
here I am listing some famous projects built with electronjs
>>Skype
>>figma
>>Vscode
>>slack
>>atomIDE
>> and it's hard to believe but it also contributed in " wordpress.com" for this installation you need
okay now I gonna walk you through the installation of electronjs on your system


(00) git clone https://github.com/electron/electron-quick-start
the following things installed in your system,
don't worry I am providing downloading links here
- git and git(https://git-scm.com/)
- nodejs (https://nodejs.org/en/)
>> open your node command prompt enter this commands
(01) cd electron-quick-start
(02) npm install && npm start
and that's set you are done with installation.
electron js has very easy and nice documentation
here I am providing a link who will help you to create your very first project.
>>>https://electronjs.org/docs/tutorial/first-app

Comments

Popular posts from this blog

php laravel