Skip to content

pablosirera/nuxt3-cocktails

Repository files navigation

Nuxt 3 Cocktails 🍹 Minimal Starter

We recommend to look at the 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.