Featured Post

Friday, May 28, 2021

Node.JS installation

Step by step process to install node.js software:


To run ReactJS programs we need to installed nodejs software along with npm. 

npm sands for node package manager. 

npm gets installed automatically when u install node.js software.


nodejs software is officially available nodejs.org website.


Download windows installer based on your system configuration. (32 bit or 64 bit).


Once installer download just click next next and it gets installed automatically.


You can check whether nodejs installed or not by typing the following command in the command prompt.




Also we can check whether npm gets installed or not by typing the following command in the command prompt.





Click here to check for the installation steps



nodejs installation, node.js installation, first react program, how to write and execute reactjs programs.
index.html ,index.js file in reactjs, Difference between virtualDOM and DOM, Difference between VirtualDOM and ReactDOM, ReactDOM.render(), components in ReactJS, Step by step process to install reactJS and to execute the ReactJS programs, create-react-app, install -g npm, npm start,
npm node package manager, rendering, rendering ReactElements in html page, Model View Controller, Difference between AngularJS and ReactJS, What is nodejs? JSX in react, difference between AngularJS and ReactJS. Developing web applications using ReactJS, two way data binding and one way data binding, AngularJS directives, ng-init, ng-model, ng-app, ng-repeat, ng-controller, angular.module(), angularjs filters, angularjs event handling,




No comments:

Post a Comment