Reactの学習目的で作成したリポジトリです。
- react@17.0.2
- 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です。