react + server-side-render 一个纯妹子图SPA,工作之余,提神醒脑。点击即可切换下一张。适配移动端。
在线预览 http://chuuup.applinzi.com/ooxx
http://i.jandan.net/?oxwlxojflwblxbsapi=jandan.get_ooxx_comments&page=1 煎蛋网
https://www.douban.com/group/haixiuzu/discussion?start=0 豆瓣害羞组
git clone https://github.com/believeitcould/IsomorphicApp
cd IsomorphicApp
npm install
npm startopen browser http://localhost:3000/
common
├─actions
│
├─components
│
├─containers
│
├─reducers
│
└─routes
server
│ client.js
│ controller.js
│ index.js
│ isomorphic.js
│ render.js
│ rest.js
│
├─controllers
│
└─public
client
│ index.js

