Code Monkey home page Code Monkey logo

react_start's Introduction

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

服务器地址

测试服务器

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

正式服务器

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.