📌  相关文章
📜  创建反应应用程序 - Javascript 代码示例

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

代码示例8
//to create react app

npx create-react-app your-app-name

//go to the app directory 

cd your-app-name

//to start the react app in browser

npm start