/nextjs-template

My nextjs template for side projects

Primary LanguageTypeScript

nextjs-template

My Nextjs template for my side projects

Features

  • Nextjs default configurations for Typescript, Eslint and Tailwindcss
  • Uses app router
  • Pre-commit hooks using Husky and lint-staged

Installation

Make sure degit is installed globally.

npx degit danjvarela/nextjs-template <app-name>

or

npx create-next-app@latest --example https://github.com/danjvarela/nextjs-template <app-name>