Skip to content

neotesk/spatula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spatulalogo

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.

Installation (Manual)

You can install Spatula manually through the Releases section. Currently there are builds only for *Nix operating systems (Linux, OpenBSD, macOS etc.) and Windows.

Usage

You can use Spatula like so:

spatula serve build/index.html

and by default it will serve at port 8080

Why does this exist?

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.

Releases

No releases published

Languages