shivkushwaha1511 / facebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Facebook Clone

Click Here

Facebook helps you connect and share with the people in your life.

Screenshots

Homepage

Home Page

SignUp Page

Sign up


Login Page

Login


Posts Page

Posts

Friends Page

Friends

Available Commands

Client Side

For starting client server, you can run:

npm run dev" : "next dev",

The app is built using next react for client side, so this command Runs the app in Development mode. Open http://localhost:3000 to view it in the browser. You also need to run the server file as well to completely run the app. The page will reload if you make edits. You will also see any lint errors in the console.

"npm run build": "next build",

Builds the app for production to the .next folder. It correctly bundles React & Next in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app will be ready to deploy!

Server Side

For starting client server, you can run:

"npm start": "node -r esm server.js",

The app is built using node express so this command start the server. Running on http://localhost:8000 to view it in the browser.

To make server reload if you make edits(Using Nodemon).

"npm start": "nodemon -r esm server.js",

You will also see any errors in the console.

Built With

  • JavaScript
  • Node
  • Express
  • Next
  • React
  • NPM
  • MongoAtlas
  • HTML
  • CSS
  • Bootstrap

Author

Shiv Kushwaha

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

About


Languages

Language:JavaScript 98.6%Language:CSS 1.4%