Node.Js: Is an open-source server side run-time environment that allow to run JavaScript code on server. Details info could be found here.
Official: https://nodejs.org
W3school: https://www.w3schools.com/nodejs/default.asp
React.Js: Is a client end library written by Facebook that allow us to develop app. It use NodeJs platform to work on both client and server end.
ReactJs Environment Setup
Software: Node.Js run-time, can be found here
After installation of given component we can verify available version by using following command on CMD.
node -v
or
node --version
Test HelloWorld js
Create a file with simple console message.
Now open CMD with located file and run following command it will bring the output on CMD itself.
node main.js
Official: https://nodejs.org
W3school: https://www.w3schools.com/nodejs/default.asp
React.Js: Is a client end library written by Facebook that allow us to develop app. It use NodeJs platform to work on both client and server end.
ReactJs Environment Setup
Software: Node.Js run-time, can be found here
After installation of given component we can verify available version by using following command on CMD.
node -v
or
node --version
Test HelloWorld js
Create a file with simple console message.
Now open CMD with located file and run following command it will bring the output on CMD itself.
node main.js