reactjs 学习笔记

1.安装

npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
原文地址:https://www.cnblogs.com/ssrsblogs/p/7481495.html