This is a Slack Clone project built with Next.js, Tailwind CSS, Shadcn UI, and Convex.dev.
To get started with the development server, run:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser to see the application in action. The app auto-updates as you edit the files.
- Next.js: A React framework for building server-rendered applications.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Shadcn UI: A component library for building accessible and customizable UI components.
- Convex.dev: A backend-as-a-service platform for building real-time applications.
To learn more about building a Slack Clone, check out the following resources:
- Next.js Documentation - Learn about Next.js features and API.
- Tailwind CSS Documentation - Explore Tailwind CSS utilities and components.
- Shadcn UI Documentation - Discover Shadcn UI components and usage.
- Convex.dev Documentation - Understand how to use Convex.dev for backend services.
The easiest way to deploy your Slack Clone app is to use the Vercel Platform.
For more details, check out the Next.js deployment documentation.