This is a Medium clone built using React.js, Redux, and Node.js.
- Write a story
- Social Sign-in
- View a story
- View all stories
- Follow a user
- Clap a story
- Git clone this repo here.
- Move into the folder from your terminal:
cd medium-clone- Run
npm installto install node dependencies. - Start MongoDB instance:
mongod. - Run
npm run devto start thenodeidondaemon.
-
Create an issue. First look through the open issues.
-
Clone the repository or fork it.
git clone https://github.com/mendoncagary/medium-clone -
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/mendoncagary/medium-clone/issues
- Source Code: https://github.com/mendoncagary/medium-clone



