create-react-app 快速构建react项目

安装create-react-app npm install -g create-react-app 新建项目 create-react-app my-app 运行项目 cd my-app npm start 效果 浏览器打开:http://localhost:3000/ 看见以下效果表示运行成功,至此新建项目成功。 react
相关文章
相关标签/搜索