# reactApp **Repository Path**: kevin402502/reactApp ## Basic Information - **Project Name**: reactApp - **Description**: A React.js project (仿QQ浏览器小说-书城界面实现) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2021-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # reactApp A React.js project (仿QQ浏览器小说-书城界面实现) > 项目使用creat-react-app构建 ### 使用技术 - `React.js` 轻量级的MVVM框架 - `react-router-dom` 前端路由 - `axios` 基于 promise 的 HTTP 库 - `Webpack` 构建工具 - `ant-design-mobile` 基于React.js的UI组件库 ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at http://localhost:3000 npm start # build for application with minification and using the release config. npm run build