# react-router-demo **Repository Path**: milanhan/react-router-demo ## Basic Information - **Project Name**: react-router-demo - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-11-05 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-router-demo #### 项目介绍 Dashboard项目使用 React Router v4 的示例 #### 软件架构 ```js -src -components // 展示组件 -routes // 路由组件 -styles // css文件 App.tsx // root组件 index.html //项目页面入口 index.tsx // script 入口 ... ``` #### 使用教程 1. ```npm install``` 安装依赖 2. ```npm start``` 开启服务 3. 浏览器访问 ```http://localhost:3456/```