Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 499 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 499 Bytes

Population-Trends

都道府県別の総人口推移グラフSPA

API

このアプリケーションでは、RESAS APIを使用しています。
実行の際には、取得したAPI KEYを.envsampleを参考にして、.envファイルを作成してください。

Build

ローカルでの実行手順

# clone repository
$ git clone https://github.com/rkouhei/Population-Trends.git

# package install
$ npm install

# start
$ npm start