yusaku-app-server Yusaku-Appのサーバサイド実装です。 ローカル開発環境 git clone --recursive https://github.com/<Github id>/yusaku-app-server.git cd yusaku-app-server npm install && cd yusaku-app && npm install && cd .. npm run dev Heroku production環境 heroku create git push heroku master