Skip to content
/ nextjs-boilerplate Public template

This is my initial setup for NextJs Project. Will always be updated over the time

Notifications You must be signed in to change notification settings

iqbalpa/nextjs-boilerplate

Repository files navigation

Next.js + Tailwind CSS + TypeScript Starter Template

Next.js + Tailwind CSS + TypeScript starter with useful development features and configurations.

Features

This repository includes the following features:

  1. Typescript
  2. Next.js 14 with App router
  3. Tailwind CSS
  4. ESLint -- find and fix problems in your code
  5. Prettier -- code formatter
  6. Husky -- pre-commit hooks
  7. Lint-staged -- run linters against staged git files

Getting Started

  1. Clone the repository

  2. Install dependencies

yarn install
  1. Start the development server
yarn dev
  1. Open http://localhost:3000 with your browser to see the result.

About

This is my initial setup for NextJs Project. Will always be updated over the time

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published