Docs
Nexus-UI targets the App Router, TypeScript, and modern React. Start from Create Next App, then layer Tailwind and UI primitives in the following guides.
Run the official bootstrapper. Enable TypeScript and ESLint when prompted; both match how this repo is structured.
npx create-next-app@latestTypical prompts:
src/app@/* matches our component importscd your-app
npm install
npm run devVisit http://localhost:3000. Next, wire Tailwind CSS v4 so utility classes and tokens match Nexus-UI patterns.