Mac M1
點擊網站來安裝Node.js
查看是否安裝成功
node -v
npm -v創建一個react
npx create-react-app react-store打開剛才創建的react
cd react-store
npm start成功如下:
Local: http://localhost:3000
On Your Network: http://192.168.100.4:3000
Note that the development build is not optimized.
To create a production build, use npm run build.
webpack compiled successfully打開瀏覽器填入http://localhost:3000/