Skip to content

Instantly share code, notes, and snippets.

View TheFrankWei's full-sized avatar

Frank Wei TheFrankWei

View GitHub Profile
@TheFrankWei
TheFrankWei / gist:2209e2e81d07cec81f76c39b987f5507
Created October 16, 2025 11:54
Training Website Template README
# Training Website Template
A Next.js 14 (App Router) training/fitness website template built with TypeScript, React 18, and Tailwind CSS. The site is a single-page application with section-based navigation for a training business ("From Dreams 2 Reality Training").
## Development Commands
```bash
# Start development server (default: http://localhost:3000)
npm run dev
# or