https://github.com/noorjsdivs/portfoliothree
https://github.com/noorjsdivs/portfoliothree
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/noorjsdivs/portfoliothree
- Owner: noorjsdivs
- Created: 2023-02-10T19:08:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T14:56:06.000Z (over 2 years ago)
- Last Synced: 2025-03-27T15:12:15.874Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://portfoliothree.reactbd.com/
- Size: 806 KB
- Stars: 5
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js + Tailwind CSS Example
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.2)](https://tailwindcss.com/blog/tailwindcss-v3-2) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example) or preview live with [StackBlitz](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-tailwindcss)
[](https://vercel.com/new/git/external?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss&project-name=with-tailwindcss&repository-name=with-tailwindcss)
## How to use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:
```bash
npx create-next-app --example with-tailwindcss with-tailwindcss-app
``````bash
yarn create next-app --example with-tailwindcss with-tailwindcss-app
``````bash
pnpm create next-app --example with-tailwindcss with-tailwindcss-app
```Deploy it to the cloud with [Vercel](https://vercel.com/new?utm_source=github&utm_medium=readme&utm_campaign=next-example) ([Documentation](https://nextjs.org/docs/deployment)).