Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 462 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 462 Bytes

Svelte Toasts 🍞

This is a work-in-progress toast message library for Svelte 3

Inspired by CogoToast

Get started

Install the dependencies...

cd svelte-toasts
npm install

...then start webpack:

npm run dev

Navigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.