I tried NextJS 13 and built a realtime responsive Chat Application Meta-Messenger. Users can login with their facebook a/c and use this chat application to talk with their friends/family. Learning realtime experiences was the main objective. In this,
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).