The best way to use Svelte with Play Framework
When building a web application on Playframework, there is no good way to integrate a JS framework like Svelte.
The only way is to run Play and run the npm watch in 2 separate terminals.
One is to build the backend code, and the other is to build the frontend