Serve and apply runtime configuration to static apps
npm install @staticdeploy/app-server




A tool to serve and apply runtime configuration to static apps.
This tool was created to allow
create-react-app apps to be
configured at runtime (serve-time) via environment variables, making them easily
"dockerizable". It can however be used to serve and configure any static app.
````
yarn add -D @staticdeploy/app-server
- usage with create-react-app
- deploy create-react-app apps with Docker
- deploy generic static apps with Docker
- serving assets with custom headers