Tuesday, September 15, 2020

React setup

How to Setup React JS App




Are you know about React if not please read this.


Steps to be Followed:

  • Install Visual Studio code here
  • Install NodeJS here
  • Create a root and open cmd(Command Prompt) like
                C:\Users\Username\React app\cd demo
  • Then Put in cmd like
                    C:\Users\Username\React app\demo\npm init
  • Install React and React DOM
                   C:\Users\Username\React app\demo\npm install react
                   C:\Users\Username\React app\demo\npm install react-dom
  • Setup is completed
  • Keep rock on code.
Happy Coding

👍👍 


Any Queries Feel free to contact
 LinkedIn
Email

No comments:

Post a Comment

variable-declaration

Difference between Var ,Let ,Const There are 3 types of declarations in ReactJS var let const var declaration example var   name =  ...