Skip to content

Commit

Permalink
chore: update readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrschumacher authored Aug 8, 2024
1 parent 5c396f9 commit b5d1de7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Go SPA Serve
# Go SPA Serve
[![codecov](https://codecov.io/gh/jrschumacher/go-spaserve/graph/badge.svg?token=W99WAK10IX)](https://codecov.io/gh/jrschumacher/go-spaserve)

Go SPA Serve is a simple package that serves static files specifically focused on serving single page applications (SPA).
Generally, this can be used to instead of the stdlib `http.FileServer`, but the main use case is to serve a SPA with a
Expand All @@ -12,7 +13,3 @@ runtime by injecting them into the head tag of the served HTML file.
Vite is a fantastic build tool, but it doesn't support loading environment variables at runtime.
This becomes quite a problem when you build a single image for multiple environments or need to
build images for on-premises deployments where you can't bake in the environment variables.

## Code Coverage

[![codecov](https://codecov.io/gh/jrschumacher/go-spaserve/graph/badge.svg?token=W99WAK10IX)](https://codecov.io/gh/jrschumacher/go-spaserve)

0 comments on commit b5d1de7

Please sign in to comment.