Welcome to Zynk UI
Zynk UI provides a collection of beautifully designed and easy-to-use UI components built with Next.js, Tailwind CSS, and Framer Motion. Our goal is to offer developers a seamless and efficient way to create modern and responsive web applications.
Install Next.js
Install Next.js with Create Next App:
npx create-next-app@latest
Installation Prompts
When you install Next.js, you will be prompted with the following options:
What is your project named? my-app Would you like to use TypeScript? No / Yes Would you like to use ESLint? No / Yes Would you like to use Tailwind CSS? No / Yes Would you like to use `src/` directory? No / Yes Would you like to use App Router? No / Yes Would you like to customize the default import alias (@/*)? No / Yes What import alias would you like configured? @/*
Start Your App
cd my-app
npm run dev