Nuxt 3 Minimal Starter in bun docker container

Look at the Nuxt 3 documentation to learn more.

Development Server

Build the local development server on http://localhost:3000:

docker compose build 

Locally start the development build:

docker compose up 

Check out the deployment documentation for more information.