Skip to content

pmsnunes/facebook-react-issues

Repository files navigation

Next.js + Tailwind CSS Example

This example shows how to use Tailwind CSS (v3.2) with Next.js. It follows the steps outlined in the official Tailwind docs.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-tailwindcss with-tailwindcss-app
yarn create next-app --example with-tailwindcss with-tailwindcss-app
pnpm create next-app --example with-tailwindcss with-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).

Enviromnet Setup

First you will need to generate a github personal authentication token in order make the API CALLS. You will need to generate a classic token because Fine Grained tokens are not yet supported by graphql.

Create a .env.local file with:

NEXT_PUBLIC_GITHUB_TOKEN=your_github_access_token

About

Test project using Next.js and Graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published