You can visit the Netlify site to see the app in action
First you need to clone the repo
git clone https://github.com/lorenzo774/notes
cd notes
Now it's time to install all the node modules using npm
npm i
Now you can run the dev script
npm run dev
Et voilà, now you can go to localhost:8080 to see the app running in your local machine!