This simple counter app has been created for the video tutorial of the state library zustand.
-
Clone this repository using Git clone.
git clone https://github.com/zekroTutorials/react-zustand.git -
Install dependencies using yarn.
yarn -
Start the app using vite.
yarn run dev