Skip to content

FrontLine website was built with Next.js and TypeScript, featuring a beautiful UI powered by Tailwind CSS and Framer Motion animations.

Notifications You must be signed in to change notification settings

khdream/FrontLine-website

Repository files navigation

FRONTLINE

A modern web application built with Next.js 15, React 19, and TypeScript, featuring a beautiful UI powered by Tailwind CSS and Framer Motion animations.

🚀 Features

  • Built with Next.js 15 and React 19
  • TypeScript for type safety
  • Tailwind CSS for styling
  • Framer Motion for smooth animations
  • Radix UI components for accessible UI elements
  • Modern development setup with Turbopack

📦 Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (Latest LTS version recommended)
  • npm or bun package manager

🛠️ Installation

  1. Clone the repository:
git clone https://github.com/khdream/FrontLine-website
cd FrontLine-website
  1. Install dependencies:
npm install
# or
bun install

Development

To start the development server:

npm run dev
# or
bun dev

The application will be available at http://localhost:3000.

Building for Production

To create a production build:

npm run build
# or
bun run build

To start the production server:

npm run start
# or
bun run start

🧪 Linting

To run the linter:

npm run lint
# or
bun run lint

🛠️ Tech Stack

  • Framework: Next.js 15
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components:
    • Radix UI
    • Lucide React Icons
    • Framer Motion
  • Development Tools:
    • ESLint
    • Turbopack
    • TypeScript

About

FrontLine website was built with Next.js and TypeScript, featuring a beautiful UI powered by Tailwind CSS and Framer Motion animations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published