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
星數567
關注者數22
派生數300
提交數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

去到頂部