A weather application built with TypeScript React, Zustand, React Query, MUI, Framer Motion and Vite.
- Prerequisites: Node.js or Bun (recommended).
- Clone this project.
- Execute
npm installorbun installat the root folder to install dependencies. - Execute
npm run devorbun run devto start the development server. - Optional: Execute
npm run storybookorbun run storybookto start Storybook server.