Installation
To get this template, use nuxi
:
npx nuxi init -t gh:gravitano/nuxt3-tailwind-kit my-app
cd my-app
pnpm install
pnpm dev
Development
We recommend to look at the documentation.
Make sure to install the dependencies
pnpm install
Start the development server on http://localhost:3000
pnpm dev
Production
Build the application for production:
pnpm build
Checkout the deployment documentation.