How to install creativetimofficial/ui. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
creativetimofficial/ui Installation Guide
How to install creativetimofficial/ui. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for creativetimofficial/ui. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i creativetimofficial/uior
Install via npx
npx @hexmos/ipm i creativetimofficial/uiPrerequisites
Node.js
system_toolVersion: >= 18.0.0
shadcn/ui
package_managerVersion: latest
Tailwind CSS
libraryVersion: latest
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
CLI (Command Line Interface)
npx @creative-tim/ui@latest add <component-name>
npx @creative-tim/ui@latest add allShadcn CLI (for all components)
npx shadcn@latest add https://creative-tim.com/ui/r/all.jsonManual Installation (via package manager)
npx @creative-tim/ui@latest add <component-name>Post Installation Steps
- Start the server using `npm run dev`.
- Migrate your database with `npx prisma db migrate --all`
