Scala + Svelte = Svala
Basic template for using Scala inside of Svelte.
Read the (very basic) docs to get an idea of what's going on here!
You need node, NPM and yarn (npm install -g yarn
) and then:
yarn build
To run the app, run:
yarn run preview
And then it should be served on http://localhost:4173/.
Note: yarn run dev
does not work yet with this workflow!