React Js Environment Setup(React installation)
Which extension is best for ReactJs in Vscode?
- Auto Rename Tag
- Babel JavaScript
- Bracket Pair Colorizer
- ES7 React/Redux/GraphQL/React-Native snippets
- Live Server
- Prettier - Code formatter
- Thunder Client
React Js Environment Setup(React installation)
- Install NodeJs and NPM.
- Install Visual Studio Code / Sublime / Atom / Brackets
- Install React from Terminal
npm install -g create-react-app
create-react-app --version
create-react-app (projectname)
Post a Comment