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