This app shows a graph population growth of Japan by prefectures.
https://yasnish.github.io/Population/
- Clone the repository and change directory.
git clone https://github.com/yasnish/Population.git
cd Population
- Install npm dependencies
npm install
- Create .env and set RESAS API key
cp .env.sample .env
# edit REACT_APP_RESAS_API_KEY
- Run the app locally.
npm start