都道府県別の総人口推移グラフを表示するアプリ
App Link: Population Chart
- リポジトリのクローン
git clone https://github.com/nullworkbench/population-chart-app.git
- パッケージのインストール
npm install
- 環境変数
.env.local
名でプロジェクトルートへ下記情報を記述してください
RESAS_API_KEY=RESAS-APIのAPIキーを入力
- 開発サーバー起動
npm run dev
- テスト実行
npm run test
その他命名規則などのドキュメントはNotionへ