medium-clone-on-node

基于 Nodejs 和 Reactjs 克隆 Medium。(clone Medium on Nodejs and Reactjs.)

  • 所有者: 0xairdropfarmer/medium-clone-on-node
  • 平台: Linux, Mac, Windows
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Medium 克隆

这是使用 React.js, Redux, and Node.js 构建的 Medium 克隆。

技术栈

  1. React.js
  2. Redux
  3. create-react-app
  4. Express.js
  5. Node.js
  6. MongoDB

特性

  • 写一个故事
  • 社交登录
  • 查看故事
  • 查看所有故事
  • 跟随用户
  • 拍一个故事

安装

  • Git 克隆这个 repo
  • 从终端进入文件夹:
cd medium-clone-on-node
  • 运行 npm install 以安装 Node 依赖项。
  • 启动 MongoDB 实例: mongod
  • 运行 npm run dev 以启动nodeidon守护程序。

概览

名称与所有者0xairdropfarmer/medium-clone-on-node
主编程语言JavaScript
编程语言HTML (语言数: 4)
平台Linux, Mac, Windows
许可证
发布数0
创建于2018-02-13 09:38:34
推送于2021-03-01 02:45:08
最后一次提交2021-03-01 09:45:08
星数565
关注者数22
派生数301
提交数61
已启用问题?
问题数14
打开的问题数13
拉请求数1
打开的拉请求数2
关闭的拉请求数1
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

Medium Clone

This is a Medium clone built using React.js, Redux, and Node.js.

Technologies

  1. React.js
  2. Redux
  3. create-react-app
  4. Express.js
  5. Node.js
  6. MongoDB

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 install to install node dependencies.
  • Start MongoDB instance: mongod.
  • Run npm run dev to start the nodeidon daemon.

App Screenshots

Article View

Feed

Profile

SignInWith Google

Contributing

  1. Create an issue. First look through the open issues.

  2. Clone the repository or fork it.

      git clone https://github.com/krissnawat/medium-clone-on-node
    
  3. Create your feature branch:

      git checkout -b new-feature
    
  4. Commit your changes:

      git commit -m 'Add some feature'
    
  5. Push to the branch:

      git push origin new-feature
    
  6. Submit a pull request.

Support project

去到顶部