This project is a twitter clone built using NextJS and follows best practices wherever pssobile.
- How to add data to a Sanity CMS Backend from the frontend using Mutations!
- How to Query data using the popular GROQ query language
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn create next-app --example with-tailwindcss with-tailwindcss-app
# or
pnpm create next-app -- --example with-tailwindcss with-tailwindcss-app
Deploy it to the cloud with Vercel (Documentation).