Install by npx tool
//Create React.js project
npx create-react-app [APP_NAME]
//Create a new React project with TypeScript
npx create-react-app [APP_NAME] --template typescript
//Create React.js project with Redux
npx create-react-app [APP_NAME] --template redux