This is a simple Svelte app that renders a simple form to
update a greeting on the page. The App component creates a
name
writable store that is passed to both Form and
Greeting components to synchronize state.
yarn
to install dependencies.yarn run build
to bundle up source.yard run start
to create a local server.