Create a simple counter application that increments and decrements a number when buttons are clicked. The counter value should persist in local storage, so that when the page is refreshed, the counter value remains the same.
Write the following command to install dependencies
npm installWrite the following command to run your project
npm run dev