/next-starter-kit

Opinionated NextJS starter kit with tailwind, typescript and more.

Primary LanguageTypeScript

Next Starter Kit

This is a Next.js project bootstrapped with create-next-app.

This repo is a NextJS starter kit that includes the following libraries out of the box:

  • typescript: For safety and cleaner code
  • tailwindcss: a CSS framework to build designs without any annoying opinionated styles you have to fight to override.
  • commitlint: lints your commit messages and checks if they meet the conventional commit format.
  • semantic-release: automates the whole package release workflow including: determining the next version number, generating the release notes and publishing the package.
  • eslint: statically analyzes your code to quickly find problems.
  • prettier: an opinionated code formatter that enforces a consistent style by parsing your code.

Getting Started

First, run the development server:

yarn dev

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