Skip to content

RathodSanjayL/nextjs-ts-tailwind-i18n

Repository files navigation

Next.js TypeScript Project

A modern web application built with Next.js and TypeScript, following industry best practices for code quality and commit standards.

Tech Stack

This project uses the following technologies:

Getting Started

Prerequisites

  • Node.js (version 18.x or higher)
  • npm or yarn or pnpm

Installation

  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install

Important: The prepare script will automatically set up Husky git hooks during installation. If you're working in a fresh clone and Husky hooks aren't working, run npm run prepare manually to install them.

  1. Start the development server:
npm run dev
# or
yarn dev
  1. Open http://localhost:3000 in your browser to see the application.

Available Scripts

  • npm run dev - Start the development server
  • npm run build - Build the application for production
  • npm run start - Start the production server
  • npm run lint - Run ESLint to check code quality
  • npm run prepare - Set up Husky git hooks (runs automatically after npm install)

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •