React系列教程:1. 启动一个React项目

React系列教程:1. 启动一个React项目

创建项目

npx create-react-app react-practice

启动项目

npm start