medium-clone-on-node
基于 Nodejs 和 Reactjs 克隆 Medium。(clone Medium on Nodejs and Reactjs.)
Github stars Tracking Chart
Main metrics
- Overview
-
Name With Owner 0xairdropfarmer/medium-clone-on-node Primary Language JavaScript Program language HTML (Language Count: 4) Platform Linux, Mac, Windows License: - 所有者活动
-
Created At 2018-02-13 09:38:34 Pushed At 2021-03-01 02:45:08 Last Commit At 2021-03-01 09:45:08 Release Count 0 - 用户参与
-
Stargazers Count 575 Watchers Count 21 Fork Count 299 Commits Count 61 Has Issues Enabled Issues Count 14 Issue Open Count 13 Pull Requests Count 1 Pull Requests Open Count 2 Pull Requests Close Count 1 - 项目设置
-
Has Wiki Enabled Is Archived Is Fork Is Locked Is Mirror Is Private
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