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