Reactの学習目的で作成したリポジトリです。
- Docker
- Docker Compose
必要要件に記載している環境を整えた上で、ターミナルで下記コマンドを実行して下さい。
git clone https://github.com/the-bears-field/React.git
cd React
docker-compose build --no-cache
docker-compose run --rm app yarn
docker-compose up -d
CLIENT_URLは、http://localhost:8080です。