初始化基础的项目
npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
箴言:因为这些东西是非常简单的。不要抱怨自己学不会,那是因为你没有足够用心。
初始化基础的项目
npm install -g create-react-app
create-react-app my-app
cd my-app
npm start
箴言:因为这些东西是非常简单的。不要抱怨自己学不会,那是因为你没有足够用心。