https://github.com/miteshtagadiya/multiple-react-docker-nginx
Multiple React apps created by CRA in single port through docker containers and nginx.
https://github.com/miteshtagadiya/multiple-react-docker-nginx
cra docker docker-containers multi-react-apps multiple-react-apps nginx
Last synced: 28 days ago
JSON representation
Multiple React apps created by CRA in single port through docker containers and nginx.
- Host: GitHub
- URL: https://github.com/miteshtagadiya/multiple-react-docker-nginx
- Owner: miteshtagadiya
- License: mit
- Created: 2020-02-01T04:52:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T17:21:13.000Z (over 5 years ago)
- Last Synced: 2025-05-07T13:32:02.076Z (2 months ago)
- Topics: cra, docker, docker-containers, multi-react-apps, multiple-react-apps, nginx
- Language: HTML
- Size: 41 KB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multiple-react-docker-nginx
Multiple React apps created by CRA in single port through docker containers and nginx.
- Serve multiple react apps in same host but different routes.
### Start Docker```
docker-compose up -d
```### Stop Docker
```
docker-compose down
```- Main app: http://localhost:3000
- Client app: http://localhost:3000/client
- Admin app: http://localhost:3000/admin