Created by the dev team at
Nomikai
https://nextjs-typscript-tailwind-ui-components.vercel.app
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
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.