← トップページに戻る

⚛️ React Application

React SPA のデプロイ環境

React アプリケーションの配置方法

このディレクトリにReactアプリケーションのビルド成果物を配置してください。

📦 ビルド

npm run build

📁 配置

build/* → react-app/

🔄 再起動

docker-compose restart app-tests

🌐 アクセス

app-tests.com/react-app/

📋 デプロイ手順

  1. Reactアプリケーションをビルド: npm run build
  2. ビルド成果物をコピー: cp -r build/* /home/hiropon/docker/www/app-tests/react-app/
  3. コンテナを再起動: docker-compose restart app-tests
  4. ブラウザでアクセス: http://app-tests.com/react-app/