A minimal Next.js starter for hands-on agentic coding workshops.
npm install
npm run devOpen http://localhost:3000 to see the app.
- Next.js 14 with App Router
- Tailwind CSS for styling
- UI Components (Button, Card, Input)
- SQLite for local database
- TypeScript throughout
See CLAUDE.md for detailed usage instructions and workshop ideas.
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run lint |
Run ESLint |