This is a Facebook clone web app made using NextJs, ReactJs, Firebase DB, Firestore, Next-auth and Tailwind CSS.
This app utilizes concept of Server Side Rendering and lazy loading in most of the components.
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.