Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install react on mac

#check version of both Node and NPM 
node --version
npm --version

#npm install react by following command
npm install --save react react-dom

#create new project by react following command
npx create-react-app my-react-project

#go to project
cd my-react-project

#start server
npm start
Comment

PREVIOUS NEXT
Code Example
Shell :: change zsh to bash 
Shell :: ln phpmyadmin 
Shell :: kill port in mac 
Shell :: powershell foreach line in file read line 
Shell :: how to reload bashrc 
Shell :: if argument exists bash 
Shell :: how to install lazygit on ubuntu 
Shell :: install docker on debian 
Shell :: check git current branch 
Shell :: linux ram info 
Shell :: git push / git init 
Shell :: install libssl1.0 
Shell :: shell script current time 
Shell :: heroku cli login 
Shell :: bash date today plus one day 
Shell :: install libinput ubuntu 
Shell :: revert git rebase 
Shell :: check if django is installed 
Shell :: give access to folder for all user linux 
Shell :: powershell keep skype active 
Shell :: script dir bash 
Shell :: install teamviewer linux mint 
Shell :: docker wordpress plugins permissions 
Shell :: install redis brew 
Shell :: updating to gulp 4 
Shell :: linux give permission to directory 
Shell :: how to check mac address in linux 
Shell :: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.69.dylib 
Shell :: pretty git log 
Shell :: convert back to sh from zsh 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =