Skip to content

Commit

Permalink
Merge pull request #72 from traP-jp/docs/add-about-mockserver
Browse files Browse the repository at this point in the history
docs:API周りのドキュメントを作成
  • Loading branch information
mathsuky authored Dec 2, 2024
2 parents ff66970 + 0f7293a commit 41d9507
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ npm run build
```sh
npm run lint
```

## API周りのコード生成の仕方

`./scripts/gen-api.sh`を実行してください。APIを利用する部分については,生成されたコードを使って実装をしてください。

## mockサーバーの立ち上げ方

開発環境においては,モックサーバーを利用します。モックサーバーの立ち上げには`./scripts/run-mock-api.sh`を実行してください。
このファイルを実行すると`localhost:4010`にモックサーバーが立ち上がりますので,ここで提供されるAPIを叩いてください。

0 comments on commit 41d9507

Please sign in to comment.