A basic inventory management app
Install storesync with pnpm (recommended)
pnpm i
pnpm run devInstall storesync with npm
npm i
npm run devReact
Vite - Bundler
Redux - State management
RTK Query - Fetch and Caching APIs
Tailwind - CSS framework
Shadcn ui - UI Library
Radix ui - Accessibility
eslint - Coding standard and consistencyTo build this project run
npm run build
