Create React App 中文文档 (bootcss.com)
网址:creat-react-app.bootcss.com
主流的脚手架:creat-react-app
创建脚手架的方法:
方法一(JS默认):
1. npx create-react-app my-app
2. cd my-app
3. npm start 启动项目
方法二(TS):
1. npx create-react-app my-app-ts --template typescript