Anna's starter template with Nuxt 3 and Sanity v3. 👷♀️
Demo → baustelle.erdelen.com
- Nuxt 3
- Sanity v3
- Pinia
- Tailwind
- Algolia
- GSAP
- Video Hosting with Mux
- Optimized Images with Nuxt Image
- PNPM Workspaces
- Basic Shopify Setup (use with Sanity E-Commerce Template and Sanity Connect)
→ Create a new Sanity Project
cd studio/
pnpm create sanity@latest
- Abort with
ctrl + c
when "Project output path" appears - Get Project ID with
sanity manage
orsanity projects list
- Change ID in
web/.env
,studio/sanity.config
andstudio/sanity.cli
→ Install Dependencies
# From Root
pnpm install
→ Start Development Server
# From Root
# Nuxt → http://localhost:3000
# Sanity → http://localhost:3333
pnpm dev