デプロイメント
Herokuを使用して、Node.jsアプリケーションをデプロイします。
# Heroku CLIのインストールcurl https://cli-assets.heroku.com/install.sh | sh
# アプリケーションのデプロイheroku createheroku git:remote -a your-app-namegit push heroku main
Herokuを使用して、Node.jsアプリケーションをデプロイします。
# Heroku CLIのインストールcurl https://cli-assets.heroku.com/install.sh | sh
# アプリケーションのデプロイheroku createheroku git:remote -a your-app-namegit push heroku main