# Nuxt 3 Minimal Starter We recommend looking at the [documentation](https://nuxt.com/docs/3.x/getting-started/introduction). ## Setup Make sure to install the dependencies ```bash pnpm install ``` ## Development Start the development server on http://localhost:3000 ```bash pnpm dev ``` ## Production Build the application for production: ```bash pnpm build ``` Check out the [deployment documentation](https://nuxt.com/docs/3.x/getting-started/deployment).