Skip to content

pumpi/php-dump-server

 
 

Repository files navigation

PHP Dump Server

Server for the Client

Stack:

  • UI is build using Svelte
  • Webserver is running with Go

The compiled UI will be build into the Binary, so you need to start only the Binary.

Installation

  • Download the latest Version from releases or Build own see below
  • Run the dump server
  • Open Webbrowser and visit "http://localhost:9009"

Building

npm install
npm run build

# Install go-bindata
go install github.com/go-bindata/go-bindata/...

make build

To edit the UI you can run npm run dev to have a Watch Server at http://localhost:5000. Make sure you have still running the Go Server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 44.5%
  • Svelte 30.4%
  • Go 15.5%
  • CSS 5.3%
  • HTML 2.8%
  • Makefile 1.0%
  • Dockerfile 0.5%