# Nuxt 3 Minimal Starter Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. ## Setup Make sure to install the dependencies: ````bash # yarn yarn install ## Development Server Start the development server on http://localhost:3000 ```bash yarn dev ```` ## SSG ```bash yarn generate ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.