First, download all dependencies
npm install
Development environment
npm run dev
To build for production
npm run build
Deploy it to the cloud with Vercel (Documentation).
This example shows how to use Tailwind CSS (v3.0) with Next.js. It follows the steps outlined in the official Tailwind docs.
Deploy the example using Vercel or preview live with StackBlitz