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.
- 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
Before you begin, ensure you have the following installed:
- Node.js (Latest LTS version recommended)
- npm or bun package manager
- Clone the repository:
git clone https://github.com/khdream/FrontLine-website
cd FrontLine-website- Install dependencies:
npm install
# or
bun installTo start the development server:
npm run dev
# or
bun devThe application will be available at http://localhost:3000.
To create a production build:
npm run build
# or
bun run buildTo start the production server:
npm run start
# or
bun run startTo run the linter:
npm run lint
# or
bun run lint- Framework: Next.js 15
- Language: TypeScript
- Styling: Tailwind CSS
- UI Components:
- Radix UI
- Lucide React Icons
- Framer Motion
- Development Tools:
- ESLint
- Turbopack
- TypeScript