Next.js Setup
Easily integrate Emvifi UI into your Next.js project. Follow our concise guide for a smooth installation and quick start.
1Create a project
Create a new Next.js project using the following command :
Text copiednpx create-next-app@latest my-app --typescript --tailwind --eslint
2And... That's it
Go in the next section to install the utilities.