UI Components

NextJS - TypeScript - TailwindCSS

Created by the dev team at Nomikai

View The Components

https://nextjs-typscript-tailwind-ui-components.vercel.app

Installation

First, clone the repository and install the dependencies:

git clone https://github.com/christineRPM/nextjs-typscript-tailwind-ui-components.git

cd nextjs-typscript-tailwind-ui-components

npm install
# or
yarn install
# or
pnpm install

Getting Started

After installation, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.