Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 530 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 530 Bytes

React

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です。