install react cli globally code example
Example 1: command to install react cli
npm install -g react-cli react
Example 2: yarn create react app
// Go into the folder where you wish to create your app
yarn create react-app appname
Example 3: install react app using npm
npx create-react-app umusic