# react-app **Repository Path**: lixl/react-app ## Basic Information - **Project Name**: react-app - **Description**: react-app demo - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-03 - **Last Updated**: 2021-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 1.创建初始版 1.配置nodejs环境(8.10以上) 2.npm install -g create-react-app 3.create-react-app react-app 4.启动 npm start ## 2. 添加antd框架 npm install antd --save ## 3. 添加axois [解决ajax跨域](https://www.cnblogs.com/zengjielin/p/9342515.html)