Tutorial March 7, 2023 Create a React Project Because my project folder is located at the root directly, so I have to add sudo to grant access. If your project is not located at root directory, you can remove sudo. Create React project 123cd /YourProjectsudo npx create-react-app YourReactAppName(must_in_lowercase)# Eg. sudo npx create-react-app reactdemo Open the generated folder in editor. Here I used VSCode. Open Terminal in VSCode, run React project. 1sudo npm start You should be able to see a webpage popup with a React logo in it. Install Material UI with styled-components 1sudo npm install @mui/material @mui/styled-engine-sc styled-components Install Material Icons 1sudo npm i @mui/icons-material Reference Material UI About this Post This post is written by Andy, licensed under CC BY-NC 4.0. #React Next Mac隐藏或显示隐藏文件 Previous Hexo自定义插入图片大小> Please enable JavaScript to view the comments powered by Disqus.