Skip to content

dipiash/vite-nginx-dynamic-env-variables-example

Repository files navigation

Hits

Vite, Nginx and environment variables for a static website at runtime

It's an axample for article: Vite, Nginx and environment variables for a static website at runtime

  1. Create .env file
    cp .env.example .env
  2. Install node_modules
    npm i
  3. Build the Docker image
    docker build -t vite-nginx-dynamic-env-variables-example .
  4. Run the image with environment variable VITE_VERSION=FROM_NGINX
    docker run -p 81:80 -e VITE_VERSION=FROM_NGINX vite-nginx-dynamic-env-variables-example
  5. Open http://127.0.0.1:81 and see the result

About

How to use environment (env) variables in client side rendering (CSR) app

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published