Skip to content

thesanchitadevi/nextjs-typescript-starter

Repository files navigation

Next.js TypeScript Starter

A modern starter template for building web applications with Next.js and TypeScript.

Features

  • ⚡ Next.js 15 (App Router)
  • 🟦 TypeScript
  • 💅 PostCSS & Prettier
  • 🧩 Modular folder structure (app, lib, types, utils)
  • 🏷️ Custom configuration files (next.config.ts, tsconfig.json, etc.)
  • 🏎️ Fast dependency management with pnpm

Getting Started

  1. Install dependencies:

    pnpm install
  2. Run the development server:

    pnpm dev

    Open http://localhost:3000 in your browser.

Project Structure

src/
  app/         # App router pages, layouts, global styles
  assets/      # Static assets
  lib/         # Utility libraries
  types/       # TypeScript types
  utils/       # Shared utilities
public/        # Public static files (SVGs, etc.)

Scripts

  • pnpm dev — Start development server
  • pnpm build — Build for production
  • pnpm start — Start production server
  • pnpm lint — Run linter
  • pnpm format — Format code with Prettier

License

MIT

About

A modern starter template for building web applications with Next.js and TypeScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published