Ich habe ein modifiziertes create-react-app
und habe dessen Repository geklont. Wie erstelle ich ein neues React-Projekt mit diesem geklonten Repository?
1>> 首先轉(zhuǎn)到您的項目目錄,然后寫入 npm install 或 yarn install 然后
2>> npm 啟動或紗線啟動
如果您創(chuàng)建一個新的 React 應用程序,那么
1>> npx create-react-app my-react-app
2>> 并轉(zhuǎn)到您的項目目錄 cd 然后按 Tab 現(xiàn)在轉(zhuǎn)到您的項目目錄 然后npm start