Skip to content

the-bears-field/Learn_React_V18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React v18の学習記録

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を開くと、ブラウザで閲覧可能です。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published