React Js Environment Setup(React installation)






Which extension is best for ReactJs in Vscode?

  1. Auto Rename Tag
  2. Babel JavaScript
  3. Bracket Pair Colorizer
  4. ES7 React/Redux/GraphQL/React-Native snippets
  5. Live Server
  6. Prettier - Code formatter
  7. Thunder Client

React Js Environment Setup(React installation)
  1. Install NodeJs and NPM.
  2. Install Visual Studio Code / Sublime / Atom / Brackets
  3. Install React from Terminal
       
        

 npm install -g create-react-app
create-react-app --version
create-react-app (projectname)