Skip to content

zhaosheng808/react_start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react_start

介绍

react_start 后台管理系统

  • react_start 基于react-router4redux

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

项目结构


├── build                                 # 项目打包输出目录
│   └── ...
├── config                                # 配置文件
│   └── ...
├── public
│   ├── favicon.ico
│   └── index.html
├── scripts                               # 打包开发脚本
│   ├── build.js
│   └── start.js
├── src                                   # 源码
│   ├── assets                            # 项目资源
│   │   └── ...
│   ├── components                        # 组件
│   │   └── ...
│   ├── pages                             # 页面容器
│   │   └── ...
│   ├── redux                             # redux
│   │   ├── create.js                     # 初始化store
│   │   ├── reducers.js                   # 所有reducer
│   │   └── models                        # actions
│   │       └── ...
│   ├── theme                             # 主题
│   │   └── ...
│   │── utils                             # 其他工具类
│   │   └── ...
│   ├── index.js                          # webpack打包入口文件
│   └── Main.js                           # 组件入口
├── package.json                          # 项目信息
└── README.md                             # README.md

快速开始

安装依赖:

npm install

开发:

npm start

构建:

npm run build

服务器地址

测试服务器

服务器:   
目录:    
线上地址:

正式服务器

服务器:   
目录:     
线上地址: 

About

快速搭建react项目 cms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published