Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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