medium-clone-on-node
基于 Nodejs 和 Reactjs 克隆 Medium。(clone Medium on Nodejs and Reactjs.)
Github星跟踪图
主要指标
- 概览
 - 
                                                        
名称与所有者 0xairdropfarmer/medium-clone-on-node 主编程语言 JavaScript 编程语言 HTML (语言数: 4) 平台 Linux, Mac, Windows 许可证  - 所有者活动
 - 
                                                        
创建于 2018-02-13 17:38:34 推送于 2021-03-01 10:45:08 最后一次提交 2021-03-01 10:45:08 发布数 0  - 用户参与
 - 
                                                        
星数 584 关注者数 22 派生数 298 提交数 61 已启用问题? 问题数 14 打开的问题数 13 拉请求数 1 打开的拉请求数 2 关闭的拉请求数 1  - 项目设置
 - 
                                                        
已启用Wiki? 已存档? 是复刻? 已锁定? 是镜像? 是私有?  
Medium Clone
This is a Medium clone built using React.js, Redux, and Node.js.
Technologies
Features
- Write a story
 - Social Sign-in
 - View a story
 - View all stories
 - Follow a user
 - Clap a story
 
Installation
- Git clone this repo here.
 - Move into the folder from your terminal:
 
    cd medium-clone-on-node
- Run 
npm installto install node dependencies. - Start MongoDB instance: 
mongod. - Run 
npm run devto start thenodeidondaemon. 
App Screenshots
Article View

Feed

Profile

SignInWith Google

Contributing
- 
Create an issue. First look through the open issues.
 - 
Clone the repository or fork it.
git clone https://github.com/krissnawat/medium-clone-on-node - 
Create your feature branch:
git checkout -b new-feature - 
Commit your changes:
git commit -m 'Add some feature' - 
Push to the branch:
git push origin new-feature - 
Submit a pull request.
 
- Issue Tracker: https://github.com/krissnawat/medium-clone-on-node/issues
 - Source Code: https://github.com/krissnawat/medium-clone-on-node