A project for learning frontend development using Nuxt 4 and TanStack Query.
- Nuxt 4 - Vue.js-based full-stack framework
- TanStack Query - Server state management library
- TypeScript - Type-safe development
- Understanding Nuxt 4 development patterns
- Server state management with TanStack Query
- Modern frontend development practices
Make sure to install dependencies:
# Install dependencies
npm installStart the development server on http://localhost:3000:
npm run dev