https://github.com/saddamarbaa/nextjs-typescript-redux-tailwindcss-boilerplate
🚀 A well-structured boilerplate and Starter for Next.js 12+, Tailwind CSS 3, Redux, Redux Thunk, and TypeScript ⚡️ Made with developer experience first ESLint + Prettier + Lint-Staged + VSCode setup
https://github.com/saddamarbaa/nextjs-typescript-redux-tailwindcss-boilerplate
eslint husky prettier react-nextjs-tailwindcss redux-logger redux-redux-thunk-redux-persist typescript
Last synced: 6 months ago
JSON representation
🚀 A well-structured boilerplate and Starter for Next.js 12+, Tailwind CSS 3, Redux, Redux Thunk, and TypeScript ⚡️ Made with developer experience first ESLint + Prettier + Lint-Staged + VSCode setup
- Host: GitHub
- URL: https://github.com/saddamarbaa/nextjs-typescript-redux-tailwindcss-boilerplate
- Owner: saddamarbaa
- License: mit
- Created: 2022-03-19T07:46:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-16T12:52:46.000Z (over 3 years ago)
- Last Synced: 2025-03-30T05:11:24.482Z (6 months ago)
- Topics: eslint, husky, prettier, react-nextjs-tailwindcss, redux-logger, redux-redux-thunk-redux-persist, typescript
- Language: TypeScript
- Homepage:
- Size: 265 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next.js + Tailwind CSS Example
This example shows how to use [Tailwind CSS](https://tailwindcss.com/) [(v3.0)](https://tailwindcss.com/blog/tailwindcss-v3) with Next.js. It follows the steps outlined in the official [Tailwind docs](https://tailwindcss.com/docs/guides/nextjs).
## Preview
Preview the example live on [StackBlitz](http://stackblitz.com/):
[](https://stackblitz.com/github/vercel/next.js/tree/canary/examples/with-tailwindcss)
## Deploy your own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[](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) or [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/) to bootstrap the example:
```bash
npx create-next-app --example with-tailwindcss with-tailwindcss-app
# or
yarn 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)).