Next.js Frontend Generator
When to Use
- •Creating frontend applications
- •Building React-based UIs
- •Need TypeScript + Tailwind CSS setup
Instructions
- •Run
./scripts/create-nextjs.sh <app-name>- •Example:
./scripts/create-nextjs.sh learnflow-frontend
- •Example:
- •Navigate to generated folder
- •Install dependencies:
npm install - •Run dev server:
npm run dev
What Gets Created
- •Next.js 14 with App Router
- •TypeScript configuration
- •Tailwind CSS
- •Monaco Editor integration
- •API client setup
Validation
- • App created successfully
- • Dependencies installed
- • Dev server runs on port 3000
- • Monaco Editor loads