Example Counter App w/ React + Zustand
This simple counter app has been created for the video tutorial of the state library zustand.
How to run it
-
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