Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 417 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 417 Bytes

Nuxt 3 Minimal Starter with tailwindcss 3

documentation.

Setup

Make sure to install the dependencies

npm install

Development

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Checkout the deployment documentation.