Skip to content

misikoff/next-starter-template

Repository files navigation

Next Starter Template

This template incorporates a few powerful additions to a basic Next.js project.

Use only what you need. This template is just a starting point. Unwanted pieces of this template can be removed easily.

See the Wiki for more information.

100% Lighthouse Scores

Vercel

A demo of this template is deployed via Vercel.

Deploy with Vercel

Getting started

  1. Use this template
  2. yarn to install dependencies
  3. yarn dev to run

Features

Core Technologies

  • 📖 TypeScript - a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale
  • 🎆 Tailwind CSS for utility-first styling

Dev Experience

  • ESLint to find and fix problems in your JavaScript code
  • Prettier to automatically format your code
  • 🐕 Husky for Git hooks
  • 🧹 Lint-Staged to lint staged files
  • 🧾 Commitlint for linting commit messages

GitHub Settings

  • Dependabot for dependency updates
  • Dependabot Auto-Merge to automatically merge Dependabot PRs for patch and minor versions if all checks pass.

VSCode Setup

  • automatically format code when a file is saved
  • view recommended extensions