Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guoyongfeng/thinkjs-react

thinkjs+react+redux+webpack+gulp+react-router+es6
https://github.com/guoyongfeng/thinkjs-react

Last synced: 1 day ago
JSON representation

thinkjs+react+redux+webpack+gulp+react-router+es6

Awesome Lists containing this project

README

        

# 构建个人博客系统示例

## 安装项目依赖资源

```
npm install
```

## 启动项目

```
npm start
```

## 使用pm2部署

```
pm2 startOrGracefulReload pm2.json
```