A Next.js 15 (App Router) project implementing a Figma-inspired homepage with:
- React 19
- MUI v7
- Framer Motion
- Server-Side Rendering (SSR)
- Deployable on GitHub Pages (
gh-pagesbranch)
- Next.js 15 – App Router with
output: exportfor static generation - React 19 – Modern concurrent rendering
- MUI v7 – Material UI with Emotion styling
- Framer Motion – Smooth animations
- TypeScript – Static typing
- pnpm – Fast monorepo-compatible package manager
Clone and install dependencies using pnpm:
git clone https://github.com/yadhu680/figma-homepage-ssr.git
cd figma-homepage-ssr
pnpm install🧑💻 Development
Run the dev server with hot reload:
pnpm devThen open your browser at 👉 http://localhost:3000
🏗️ Build for Production
To generate a production build:
pnpm build- This creates an optimized build in the .next directory.
To run locally in production mode:
pnpm start📁 Environment Support
Node.js ≥ 18
pnpm ≥ 10.17.1📸 Preview
👉 Preview
