LoginSignup
0
1

More than 3 years have passed since last update.

Heroku に react アプリケーションをデプロイして遊ぶ

Posted at

Heroku に登録

Heroku CLI のインストール

sudo snap install --classic heroku

インストールできたけど、updateしてねって言われた。が、無視しちゃう。

$ heroku -v
 ›   Warning: heroku update available from 7.49.0 to 7.51.0.
heroku/7.49.0 linux-x64 node-v12.16.2

react app 作成 & Heroku にデプロイ

以下の記事をそのとおりやる。
https://blog.heroku.com/deploying-react-with-zero-configuration

できた

かんたん。
react から叩くAPIも Heroku で用意したい。また明日。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1