- Firstly, install and run the development server:
npm install && npm run dev
# or other necessary package manager's command
- Open http://localhost:3000 with your browser to see the result.
- Check out the Zustand Documentation from here: Zustand.docs
- The main state mangement logic is in the
(hooks)
directory. Check out the app/(hooks)/use-data.ts file.