Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T17:21:13.000Z (almost 5 years ago)
- Last Synced: 2023-03-02T01:57:34.231Z (almost 2 years ago)
- Topics: cra, docker, docker-containers, multi-react-apps, multiple-react-apps, nginx
- Language: HTML
- Size: 41 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- 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