我有一個修改過的 create-react-app 並且克隆了它的儲存庫,如何使用該克隆的儲存庫建立新的 React 專案?
create-react-app
1>> 首先到您的專案目錄,然後寫入 npm install 或 yarn install 然後
2>> npm 啟動或紗線啟動
#如果您建立一個新的 React 應用程序,那麼
1>> npx create-react-app my-react-app
#2>> 並到您的專案目錄 cd 然後按 Tab 現在到您的專案目錄 然後npm start
1>> 首先到您的專案目錄,然後寫入 npm install 或 yarn install 然後
2>> npm 啟動或紗線啟動
#如果您建立一個新的 React 應用程序,那麼
1>> npx create-react-app my-react-app
#2>> 並到您的專案目錄 cd 然後按 Tab 現在到您的專案目錄 然後npm start