next-boilerplate

simple nextjs boilerplate with tailwindcss + typescript ⚡️ for fast development.

Stars
21

Getting Started

create new project :

npx create-next-app --example https://github.com/fiqryq/next-boilerplate <YOUR_APP_NAME>

or use this template and clone then run :

# install dependency
yarn install
# run local server development
yarn run dev

Features

  • absolute path import.
  • integrate with Tailwind CSS.
  • integrate with all tailwind plugins.
  • precommit using husky.
  • commitlint.
  • lint-staged.
  • prettier.
  • theme selector.
  • auto generate sitemap.
  • auto update dependencies using Renovate.
  • analyzes each PR's impact on your next.js app's bundle size and displays it using a commen using nextjs bundle analysis.

🤝 Contributing

  1. find issue
  2. fork this repository
  3. create your branch: git checkout -b new-feature
  4. commit your changes: git commit -m 'feat: add some feature (#issue_number)'
  5. push to the branch: git push origin new-feature.

After your pull request is merged, you can safely delete your branch.


Made with ♥ by Fiqry choerudin

Badges
Extracted from project README
Deploy with Vercel