npm i -g create-react-app
create-react-app reactproject
cd reactproject
npm start
搭建React工程
原文:https://www.cnblogs.com/Listener-wy/p/14930210.html