Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 8, 2022 05:03 pm GMT

My Next.js Boilerplate now has 2000 GitHub stars

My Next.js boilerplate has just crossed 2000+ stars on GitHub. Thanks to all GitHub stargazers for the support!

A project I have started 2 years ago for my own personal use and I thought it would be a great idea to share it. Now, I use it for all my project in React and Next.js.

Now, I also get help from the community. Other developers makes suggestion to the boilerplate code. There are also some external contributors.

GitHub logo ixartz / Next-js-Boilerplate

Boilerplate and Starter for Next.js 12+, Tailwind CSS 3 and TypeScript Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Husky + Lint-Staged + Jest + Testing Library + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS

Boilerplate and Starter for Next JS 12+, Tailwind CSS 3 and TypeScript Twitter

Next js starter banner

Boilerplate and Starter for Next.js, Tailwind CSS and TypeScript Made with developer experience first: Next.js, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, Testing Library, Commitlint, VSCode, Netlify, PostCSS, Tailwind CSS.

Clone this project and use it to create your own Next.js project. You can check a Next js templates demo.

Features

Developer experience first:

  • Next.js for Static Site Generator
  • Type checking TypeScript
  • Integrate with Tailwind CSS
  • Strict Mode for TypeScript and React 18
  • Linter with ESLint (default NextJS, NextJS Core Web Vitals, Tailwind CSS and Airbnb configuration)
  • Code Formatter with Prettier
  • Husky for Git Hooks
  • Lint-staged for running linters on Git staged files
  • Lint git commit with Commitlint
  • Testing with Jest and React Testing Library
  • Absolute Imports using @ prefix
  • VSCode configuration: Debug, Settings




I'm currently writing a blog post on how the project reached 2000 stars on GitHub, you can be notified when the article is published by following me on Twitter.


Original Link: https://dev.to/ixartz/my-nextjs-boilerplate-now-has-2000-github-stars-dne

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To