Lizhooh / react-zhihu-daily

基于 React.js 的 Webapp 知乎日报 (非官方)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-zhihu-daily

基于 React.js 实现的 Webapp 知乎日报 (非官方)

install

# install dependencies
npm install

# before, install nodejs server
cd ./server
npm install

Use

在 Chrome 上使用手机预览模式(F12 => ctrl + shift + m)

# 先启动 nodejs 服务
npm run server

# 再启动 Webapp,在 localhost:3000
npm start

# 编译整个应用
npm run build

License

此作品,仅限于个人兴趣与学习。

About

基于 React.js 的 Webapp 知乎日报 (非官方)


Languages

Language:JavaScript 62.9%Language:CSS 35.4%Language:HTML 1.7%