hn_minimal

所属分类:系统/网络安全
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2016-02-06 14:04:50
上 传 者sh-1993
说明:  用React.js编写的最小黑客新闻客户端
(A minimal Hacker News client written in React.js)

文件列表:
.babelrc (48, 2016-02-06)
.eslintrc (349, 2016-02-06)
.jshintrc (75, 2016-02-06)
LICENSE (1078, 2016-02-06)
config.js (109, 2016-02-06)
css/ (0, 2016-02-06)
css/base.css (586, 2016-02-06)
index.html (242, 2016-02-06)
package.json (1031, 2016-02-06)
server.js (395, 2016-02-06)
src/ (0, 2016-02-06)
src/App.js (1606, 2016-02-06)
src/Item.js (966, 2016-02-06)
src/Navigation.js (493, 2016-02-06)
src/Title.js (160, 2016-02-06)
src/TopItems.js (459, 2016-02-06)
src/helpers.js (517, 2016-02-06)
src/index.js (298, 2016-02-06)
webpack.config.js (639, 2016-02-06)

# hn_minimal A minimal Hacker News client written in React.js ![hn_minimal](http://i.imgur.com/AsWbinn.png) ## Get started * `npm install` * `npm start` * Go to `localhost:3000` ## Auto-refresh The client will refresh itself every 2 minutes with the latest stories, and sort by score. You can disable auto-refresh or change the update period in `config.js`: ``` config.auto_refresh = true; config.refresh_period_in_minutes = 2; ```

近期下载者

相关文件


收藏者