/react-zustand

App which has been created for the video tutorial of the state library zustand.

Primary LanguageTypeScriptMIT LicenseMIT

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

  1. Clone this repository using Git clone.

    git clone https://github.com/zekroTutorials/react-zustand.git
    
  2. Install dependencies using yarn.

    yarn
    
  3. Start the app using vite.

    yarn run dev