Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 588 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 588 Bytes

Stack Overflow Clone

This is a Stack Overflow Clone bootstrapped with npx create-react-app

How to run the app

  • Clone the repository.
git clone https://github.com/OMKAR-KALEPU/StackOverflow-Clone
  • Install dependencies in both client & server.
cd client
npm install

cd server
npm install
  • Start the React-app in client.
npm start
npm start
The server runs on port 5000

Note

  • Configure your Mongoose URI and jwt token in .env file