Skip to content

一个react,react-router4, redux, webpack4,express, mongodb 打造的博客系统,用于学习记录和分享

Notifications You must be signed in to change notification settings

sameer1994kiki/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

目录结构

|-- dist    打包目录
├── src
│   └── server    后端node server代码
│   └── client    前端代码
│       ├── components     基础组件
│       ├── container      页面容器组件
│       ├── utils          公共方法
│       └── redux          状态管理
│           ├── action     Action、ActionType的定义
│           ├── reducer    业务状态处理
└── .babelrc
└── .gitignore
└── index.html             html模板
└── package.json
└── README.md
└── webpack.dev.conf.js    
└── webpack.pro.conf.js  

  
### 构建命令

// 首次打开项目,需要安装依赖 npm install

// 启动前端 npm run client

// 启动后端 npm run server

// 发布编译 npm run build

About

一个react,react-router4, redux, webpack4,express, mongodb 打造的博客系统,用于学习记录和分享

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • HTML 4.5%
  • CSS 0.3%