Skip to content
/ template-nextjs Public template

▲ Full-stack template with Next.js 15. Includes App Router, SSR, and modern tooling.

License

Notifications You must be signed in to change notification settings

ras-sh/template-nextjs

Repository files navigation

@ras-sh/template-nextjs

▲ Full-stack template with Next.js 15. Includes App Router, SSR, and modern tooling.

Features

  • Next.js 15 - React framework with App Router
  • Turbopack - Next-generation bundler
  • TypeScript - End-to-end type safety
  • Tailwind CSS v4 + @ras-sh/ui - Modern styling and components

Quick Start

pnpm install
pnpm dev

Building Your App

  1. Build pages in app/ with Server Components and SSR
  2. Add components in app/components/
  3. Update package.json and branding assets

Scripts

Command Description
pnpm dev Start development server (port 3000)
pnpm build Build for production
pnpm preview Preview production build
pnpm check-types Run TypeScript type checking
pnpm check Run linter checks
pnpm fix Auto-fix linting issues

Project Structure

app/
├── page.tsx        # Home page with Server Components
├── layout.tsx      # Root layout and metadata
└── globals.css     # Global styles

License

MIT License - see the LICENSE file for details.

About

▲ Full-stack template with Next.js 15. Includes App Router, SSR, and modern tooling.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Contributors 2

  •  
  •