This is a starter to build a design systems for a Next.js app.
- Clone the repository:
git clone https://github.com/narmanguebraun/base-UI.git
- Navigate to the project directory:
cd base-UI
- Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit
http://localhost:3000
.
- Start Storybook:
npm run storybook
- Open your browser and visit
http://localhost:6006/
.
This starter is built with:
- Next.js: A React framework for server-side rendering and static site generation.
- Tailwind CSS: A highly customizable CSS framework.
- React: A JavaScript library for building user interfaces.
- TypeScript: A typed superset of JavaScript that compiles to plain JavaScript.
- React Aria: A library of unstyled React components and hooks to build accessible UI components or design system.
- cva: A CSS-in-TS library.
- Storybook: A frontend workshop for building UI components and pages in isolation.