Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crumblingstatue/webtestbox
Very simple program for serving a static webpage with URL rewrite rules
https://github.com/crumblingstatue/webtestbox
Last synced: about 1 month ago
JSON representation
Very simple program for serving a static webpage with URL rewrite rules
- Host: GitHub
- URL: https://github.com/crumblingstatue/webtestbox
- Owner: crumblingstatue
- Created: 2019-02-19T13:09:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:00:43.000Z (about 1 month ago)
- Last Synced: 2024-11-21T16:45:36.635Z (about 1 month ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Simple and stupid program for locally serving a static web page that has URL rewrite rules.
Why? Because I want to locally preview my web page before I publish it, but I can't be arsed to
start up Apache or another fully-featured web server just so that URLs work correctly for otherwise
static pages.Currently only designed for one specific website, might make it more generic if the need arises.