0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【AWS】Amplifyのチュートリアルを使ってReactアプリをデプロイしてみる

Posted at

AWSのサービスであるAmplifyを使って、Reactアプリをデプロイするチュートリアルを行ってみたいと思います。
公式サイトは→https://aws.amazon.com/jp/getting-started/hands-on/build-react-app-amplify-graphql/

  1. AWSでAmplifyと検索してウェブアプリケーションをホストをクリック
    image.png

  2. ホスティングの開始方法でGitHubを選択
    image.png

  3. GitHubの認証画面が出てくるのでパスワードを入力してサインイン

  4. VSCodeで任意のフォルダにReactアプリを作成する
    今回はTypeScriptで作成するのでnpx create-react-app aws-tutorial-with-react-amplify --template typescript

  5. aws-tutorial-with-react-amplifyに移動し、npm startで起動確認

  6. GitHubで新規リポジトリを作成し、 …or create a new repository on the command lineの下のコマンドをすべてコピーする

  7. VSCodeに戻り、npm startしている以外のターミナルを開き、先ほどコピーしたものをペースト

  8. git pushでGitHubにプッシュ

  9. AWSの画面に戻り、リポジトリを先ほど作成したものを選択して次へ
    image.png

  10. 最後に保存してデプロイボタンを押す

  11. 画面右側のデプロイまでチェックマークがついたら、URLをクリックしてデプロイが完了していることを確認する
    image.png

0
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?