Spatula is an SPA server for debugging/testing purposes. It allows you to serve your Single Page Applications like React, Svelte and more. It also has live-server capabilities so you can update the web view as soon as you perform changes.
Caution
This project is currently WIP, You can download the source code and build it using truct do however the application is merely tested and probably too unstable.
You can install Spatula manually through the Releases section. Currently there are builds only for *Nix operating systems (Linux, OpenBSD, macOS etc.) and Windows.
You can use Spatula like so:
spatula serve build/index.html
and by default it will serve at port 8080
I wasn't able to find any live-server for SPAs online (I am a quite lazy person don't ask.) and so I made my own. If it works it works and I don't question it.