Skip to main content

下载地址:(nodejs官网下载地址)[http://nodejs.cn/download/]

安装完成后 npm -v 查看版本号

全局安装webpack

npm install webpack -g

全局安装yarn

npm install yarn -g

yarn -v 查看版本号

create-react-app脚手架

全局安装命令
npm install create-react-app -g
版本查看
create-react-app --version
创建项目
create-react-app xiaodi
启动项目
npm start / yarn start