Heim > Fragen und Antworten > Hauptteil
Ich habe ein modifiziertes create-react-app
und habe dessen Repository geklont. Wie erstelle ich ein neues React-Projekt mit diesem geklonten Repository?
P粉0329004842024-04-04 15:48:07
1>> 首先转到您的项目目录,然后写入 npm install 或 yarn install 然后
2>> npm 启动或纱线启动
如果您创建一个新的 React 应用程序,那么
1>> npx create-react-app my-react-app
2>> 并转到您的项目目录 cd 然后按 Tab 现在转到您的项目目录 然后npm start