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 09:38:34 推送於 2021-03-01 02:45:08 最后一次提交 2021-03-01 09:45:08 發布數 0 - 用户参与
-
星數 577 關注者數 21 派生數 300 提交數 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 install
to install node dependencies. - Start MongoDB instance:
mongod
. - Run
npm run dev
to start thenodeidon
daemon.
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