officialrajdeepsingh / react-tweet

Embed tweets in your new or existing nextjs application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Tweet

Embed tweets in your new or existing nextjs application using react tweet package.

Demo

https://688dk8-3000.csb.app

Edit officialrajdeepsingh/react-tweet/main

How to use

First, clone the React Tweet repository.

git clone https://github.com/officialrajdeepsingh/react-tweet.git
# or
gh repo clone officialrajdeepsingh/react-tweet

# change the repository
cd react-tweet

Install the node.js package using the node package manager.

npm install
# or
yarm install
# or
pnpm install

Lastly, 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

Embed tweets in your new or existing nextjs application.


Languages

Language:TypeScript 75.6%Language:CSS 21.0%Language:JavaScript 3.4%