Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 748 Bytes

File metadata and controls

56 lines (37 loc) · 748 Bytes

StoreSync

A basic inventory management app

Demo

Live demo

Demo

Screenshots

App Screenshot

Installation

Install storesync with pnpm (recommended)

  pnpm i
  pnpm run dev

Install storesync with npm

  npm i
  npm run dev

Tech Stack

Built on the latest tech stack

React
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 consistency

Build

To build this project run

  npm run build

Authors