Skip to content

iacc/front-practice-typescript-react

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Front Practice プロジェクト

このプロジェクトは、TypeScript、React、Viteを使用したサンプルアプリケーションです。Docker Composeを使用して複数のサービスを管理しています。


環境構築手順


1. リポジトリのクローン

git clone https://github.com/iacc/front-practice-typescript-react.git
cd front-practice-typescript-react

2. 全サービスのビルド

以下のコマンドで全てのサービスをビルドします。

make build

キャッシュを無効化してビルドする場合:

make build-no-cache

3. アプリケーション立ち上げ

make up

4. 依存関係のインストール

各サービスの依存関係をインストールします。

make install-all

5. reactの開発環境URL

以下のurlにアクセスし、reactの環境が立ち上がっているかを確認

http://localhost:3002/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.2%
  • Makefile 12.6%
  • JavaScript 11.8%
  • Dockerfile 2.2%
  • HTML 1.2%