This demonstrates using the Web Speech API in a Svelte app.
As of 11/23/19 this only works in the Chrome browser.
To run this:
in a terminal
cd server
npm install
npm start
in another terminal
npm run dev