Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 505 Bytes

File metadata and controls

36 lines (23 loc) · 505 Bytes

Nuxt 3 Scaffold

https://github.com/gravitano/nuxt3-tailwind-kit

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.