Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/guoyongfeng/thinkjs-react
- Owner: GuoYongfeng
- Created: 2015-11-22T03:01:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T04:42:40.000Z (about 9 years ago)
- Last Synced: 2024-05-28T00:30:05.315Z (7 months ago)
- Language: HTML
- Homepage:
- Size: 135 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 构建个人博客系统示例
## 安装项目依赖资源
```
npm install
```## 启动项目
```
npm start
```## 使用pm2部署
```
pm2 startOrGracefulReload pm2.json
```