Next.js Starter Kit

Next.js is wonderful tool to create modern applications. Fot those who needs a bit more extended version of the starter kit the team of Vercel proposes you I've done with minimal required (at the moment I write the post) additional packages to start the development

TL;DR Next.js Starter

What the additional and functionality does include this package:

  • React Testing Library (Jest, Jest Types, Simple Hello World Test and Component )
  • Basic Github action on pull requests (with running command on each pull request)
  • Dependabot for updating packages with Basic configuration
  • Prettier Basic configuration with pre-commit hook and installation of...
  • Husky
  • Tailwind CSS (with initial configuration)
  • Absolute Imports (configured in tsconfig)

Enjoy and feel free to contribute 🙂