Hey Everyone! 😇
In This Tutorial I will be showing you guyz, How to Install React JS in M1/M2 MacOS 2023. And also how we can Create Our First App in React.
Command to Install ReactJS -
sudo npm install -g create-react-app
Verify Node/NPM -
node -v
npm -v
Command to Create ReactJS First Project -
npx create-react-app project name
Run React Project -
npm start
Node/NPM Installation Video URL - • How to Download and Install NodeJS on MacO...
#reactjs #nodejs #npm