X Tutup
The Wayback Machine - https://web.archive.org/web/20200908021712/https://github.com/akullpp/multiple-react-nginx/
Skip to content
master
Go to file
Code

Latest commit

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
vm
Jan 12, 2020
Apr 22, 2018

README.md

multiple-react-nginx

Completely containerized multiple SPAs created by CRA with client-side routing accessible through an nginx gateway under different paths as explained in detail here.

Run

cd vm
docker-compose up

The foo SPA will be available at http://localhost:8080/foo

The bar SPA will be available at http://localhost:8080/bar

Notes

The docker-compose.yml is just for convenience and demonstration purposes, of course the containers should be build with the correct PUBLIC_URL argument and pushed to a registry by your CI.

About

Completely containerized multiple SPAs created by CRA with client-side routing accessible through an nginx gateway under different paths

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup