A simple UI that generates a v1 or v4 uuid with Svelte.
Install the dependencies and run the dev server:
npm install && npm run dev
Navigate to localhost:5000. You should see your app running. Edit a component file in src
, save it, and reload the page to see your changes.