Reddit 2.0 CLONE with REACT & NEXT.js, with the following builds:
- GraphQL backend directly connected to your PostgreSQL Supabase database with Stepzen
- Login authentication flow with the Reddit API using NextAuth
- SQL relational database
- Typescript
- Next.js Server Side Rendering
- Own API backend endpoints to communicate safely with the frontend!
- Tailwind CSS and Responsive design
- Deployed to Vercel
https://reddit-2-clone-mimues.vercel.app/
This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-tailwindcss with-tailwindcss-appyarn create next-app --example with-tailwindcss with-tailwindcss-apppnpm create next-app --example with-tailwindcss with-tailwindcss-appDeploy it to the cloud with Vercel (Documentation).