ikbal-nayem / nginx-multi-app-single-port

Run multiple react application on a single port using nginx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-multi-app-single-port

Multiple React apps created by CRA in single port through docker containers and nginx.

  • Serve multiple react apps in same host but different routes.

Build Docker image

docker-compose build

Start Docker

docker-compose up -d

Stop Docker

docker-compose down

About

Run multiple react application on a single port using nginx

License:MIT License


Languages

Language:TypeScript 35.2%Language:HTML 32.6%Language:CSS 17.6%Language:Makefile 9.8%Language:Dockerfile 4.7%