创建react前端框架,首先电脑安装 nodejs npm cnpm yarn
1、先安装 create-react-app 脚手架 >npm install -g create-react-app 或 cnpm install -g create-react-app //-g代表全局安装
2、在你要创建项目的目录下 create-react-app 项目名
npx create-react-app react-typescript-demo --typescript
npx create-react-app
安装需要的依赖(或者用npm)
>yarn install //必须安装
>yarn add jquery //安装Jquery
此时 使用 yarn start 或 npm start 启动项目
>yarn create react-app great-ui
>npm install -g great-ui
npx create-react-app my-app