Skip to content

Howard86/nextjs-tailwind-template

Repository files navigation

Next.js TailwindCSS Template

This is a highly opinionated Next.js template bootstrapped with create-next-app, originally from this nextjs-template.

Shipped with following developer tools:

Production dependencies

  1. daisyUI
  2. Heroicons
  3. Next API Handler

Development dependencies

  1. TailwindCSS with PostCSS and Autoprefixer
  2. @tailwindcss/typography
  3. TypeScript
  4. Jest with React Testing Library
  5. ESLint with Airbnb config
  6. Prettier with prettier-plugin-tailwindcss
  7. Pre-commit & pre-push git hooks powered by lint-staged and husky
  8. Commitlint
  9. MSW for mocking API requests

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

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

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

License

MIT

About

pinionated Next.js template configured with TypeScript, DaisyUI, Heroicons and other devtools

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published