Remix
Learn how to install and integrate Better UI Library in a Remix project.
Install and configure Remix
Create a new Remix Project
You'll be asked:
- Choose a deployment target → Select Remix App Server
- Install dependencies → Select Yes
Start the development server
If your project doesn’t have Tailwind CSS, install it, otherwise skip this step.
Install and Configure Tailwind CSS
Install Tailwind CSS
Initialize Tailwind CSS
Configure Tailwind CSS tailwind.config.ts
Add the Tailwind directives to your CSS app/tailwind.css
Add Tailwind to app/root.tsx
Start the development server
Start using Tailwind CSS
If your project doesn’t have Framer motion, install it, otherwise skip this step.