microservice front + BFF sample app.
see https://qiita.com/reireias/items/2bc1b33dfb0e63f31517
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ GITHUB_CLIENT_ID=<your_id> GITHUB_CLIENT_SECRET=<your_secret> yarn run dev