React:环境安装

环境安装

可以使用 node -v 查看node.js版本号。

$ npm config set registry https://r.npm.taobao.org//配过镜像的可以不用再配,也可以不配置直接用npm

$ cnpm install -g create-react-app

$ create-react-app my-app /创建项目,应用名称不要有大写字母/

$ cd my-app/ /进入项目目录/

$ npm run start /启动项目/

 

运行项目

保证命令窗口当前路径在项目目录下,执行命令: npm start 或 cnpm start

打开浏览器输入: http://localhost:3000

posted on 2022-10-12 20:53  香香鲲  阅读(19)  评论(0编辑  收藏  举报