npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
It will run on http://localhost:3000
NextJS, TypeScript, Redux, Tailwind CSS
Instead of React, Next is better for inbuilt routing, server component, hot module replacement, 404 page and many more.
NextJS is used so nextAuth can be used easily for google authentication and Redux is used to store the date & time of the meet.
https://interviewbee.vercel.app/
Thanks