Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 955 Bytes

File metadata and controls

39 lines (27 loc) · 955 Bytes

Sample App by Nixopus

A minimal "Hello World" landing page built with Next.js, designed to be deployed with Nixopus.

Tech Stack

  • Next.js 16 with the App Router
  • React 19
  • Tailwind CSS 4
  • TypeScript

Features

  • Typewriter heading animation with blinking cursor
  • Staggered fade-in entrance effects
  • Dark theme with a clean, minimal aesthetic

Getting Started

npm install
npm run dev

Open http://localhost:3000 to view the app.

Scripts

Command Description
npm run dev Start the dev server
npm run build Create a production build
npm run start Serve the production build
npm run lint Run ESLint

Links