Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 426 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 426 Bytes

Saving notes with Zustand

This is a simple project that I created to study how to use Zustand in my React projects, feel free to try it at Vercel.

How to run

  1. Clone this repository
  2. In the root folder, open a terminal and run:
npm install 
  1. Right after, run:
npm run dev
  1. In your browser, open the localhost url shown in the terminal