React JS Installation in MacOS M1/M2 2023 | Create First React App

preview_player
Показать описание
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

#reactjs #nodejs #npm
Рекомендации по теме
Комментарии
Автор

Thanks, Prashant. Short and to the point.

stephenwood
Автор

I am getting npm ERR! Code ERESOLVE error
Its showing “ERESOLVE unable to resolve dependency tree

preetlimbachiya