react项目

218 阅读1分钟
npm install -g create-react-app

create-react-app todolist

(mac没有权限加上 sudo create-react-app todolist)

cd todolist

npm start