Udemyで購入した講座の学習記録をするためのリポリトジです。
- React version 18.2.0
- TypeScript version 4.9.5
- Docker
- Docker Compose
必要要件に記載している環境を整えた上で、ターミナルで下記コマンドを順番に実行して下さい。
git clone https://github.com/the-bears-field/Learn_React_V18.git
cd Learn_React_V18
docker-compose build --no-cache
docker-compose run --rm app yarn
docker-compose up -d
以上の過程を経てhttp://localhost:8080を開くと、ブラウザで閲覧可能です。