Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 650 Bytes

File metadata and controls

28 lines (21 loc) · 650 Bytes

sample-request-app

next.jsのルーティング実装の参考とエンドポイントの確認用のサービス。

Getting Started

以下のコマンドでフロントエンドが動く。

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

もしサンプル用のバックエンドも動かしたい場合は以下のコマンドで動く

make

実行すると次の二つにアクセスできる

フロントエンドの方を開き、好きなendpointを入力することで実行結果を試すことができる。