An open API service indexing awesome lists of open source software.

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.

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.