Skip to content

hedocode/next-sendbird-chat

Repository files navigation

Next Sendbird Chat App

This is a Next.js project bootstrapped with create-next-app, that uses the Sendbird API and JS SDK

Prerequisite

First, install Git Then, install NodeJS(it comes with npm). Finally, execute the following command :

npm install

Getting Started

Before anything, you will have to create a Sendbird account, then signin, create an application, and copy the "Application ID" value and paste it as APP_ID=[YOUR_KEY] in a .env file at the root of this project. You will also need the API token as API_TOKEN=[YOUR_API_TOKEN].

You can now run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

About

Next JS Chat app using the Sendbird API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published