📌  相关文章
📜  如何运行和克隆 React 应用程序 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:02.905000             🧑  作者: Mango

代码示例1
Open your terminal and then type. $ git clone {the url to the GitHub repo} This clones the repo.
cd into the new folder and type. $ npm install. This installs the required dependencies.
To run the React project. $ npm start.