Install ReactJS On Mac In Less Than 10 Minutes | VS Code | npx | npm | MacBook M1/M2 React
Homebrew: https://brew.sh/
Commands:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install node
npm install -g create-react-app
create-react-app test-project
cd test-project
npm start
Discord: https://discordapp.com/invite/Qn4tSPD
This video has been made with Fair Use in mind and has been created as an educational piece of media.
Like our content and want to support us more directly? Help Us, Help You! https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6DF2Q8TR5FB3E
If you like this stuff, as always, show the love through comments, likes, favorites, subscriptions, etc.
#reactjs #sonarsystems #snrsys
Our Website
-----------------------------------------------------------------------------------
► http://www.sonarsystems.co.uk/
► Tens of thousands of free videos at www.sonarlearning.co.uk
► If you have any questions feel free to post them at http://www.sonarlearning.co.uk/questions.php
Our Social Media
-----------------------------------------------------------------------------------
► Facebook → https://www.facebook.com/pages/Sonar-Systems/581403125243822
► Twitter → https://twitter.com/SonarSystems
► Donate → https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6DF2Q8TR5FB3E
► Discord → https://discordapp.com/invite/Qn4tSPD
Our games made with love
-----------------------------------------------------------------------------------
► iOS → https://itunes.apple.com/us/artist/sonar-systems/id672545941
► Google Play→ https://play.google.com/store/apps/developer?id=Sonar+Systems
Check out our books:
-----------------------------------------------------------------------------------
► Cocos2d-x → https://www.packtpub.com/game-development/cocos2d-x-game-development-essentials
► Bootstrap 4 → https://www.packtpub.com/web-development/responsive-web-design-example-0
► OpenGL → https://www.packtpub.com/game-development/learn-opengl
TIMESTAMPS:
0:00:00 - Introduction
0:00:27 - Dowloading and setting up Homebrew
0:01:50 - Install Node
0:02:14 - Install create-react-app
0:03:10 - Create React application
0:04:42 - Starting the React application using the NPM server
0:06:05 - Using VSCode