https://github.com/chunkangwong/ts-react-redux-mui-vite-template
A project template for a TypeScript React, Zustand, React Query, MUI, react-hook-form and Vite.
https://github.com/chunkangwong/ts-react-redux-mui-vite-template
mui react react-hook-form tanstack-react-query typescript vite zustand
Last synced: 9 months ago
JSON representation
A project template for a TypeScript React, Zustand, React Query, MUI, react-hook-form and Vite.
- Host: GitHub
- URL: https://github.com/chunkangwong/ts-react-redux-mui-vite-template
- Owner: chunkangwong
- Created: 2022-10-13T07:19:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T15:20:31.000Z (11 months ago)
- Last Synced: 2025-04-04T08:02:29.178Z (9 months ago)
- Topics: mui, react, react-hook-form, tanstack-react-query, typescript, vite, zustand
- Language: TypeScript
- Homepage:
- Size: 5.56 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# merquri-weather-react-app
A weather application built with TypeScript React, Zustand, React Query, MUI, Framer Motion and Vite.
## Instructions to setup development environment
1. Prerequisites: Node.js or Bun (recommended).
2. Clone this project.
3. Execute `npm install` or `bun install` at the root folder to install dependencies.
4. Execute `npm run dev` or `bun run dev` to start the development server.
5. Optional: Execute `npm run storybook` or `bun run storybook` to start Storybook server.