Reddit Clone MVC app made with React.js, Node.js, Express.js & MongoDB
Video Demo (in case the live site is broken)
Download the fronend source code:
git clone https://github.com/tamalweb/reddit-clone-20.git
Download the backend source code:
git clone https://github.com/tamalweb/reddit-clone-20-backend.git
Go to each of the directories and install the dependencies:
npm install
Run the backend:
npm run dev
Run the frontend:
npm start
The app will start on localhost:3000
and the backend server will run on localhost:8080
See the backend code for specific instructions on running the backend server.