LoginSignup
0
0

More than 3 years have passed since last update.

【超AWS学習】7分 - Cloud9・React入門

Last updated at Posted at 2020-10-29

はじめに

JavaScriptフレームワークであるReactの開発環境をAWSのCloud9で構築します。
開発環境の最速構築に焦点をあて、最低限知っておくべき、Cloud9の作成・削除とReactのインストールを取り上げています。
また、Cloud9のネットワークの理解を深めるために、セキュリティグループの設定変更をして、IPv4パブリックIPからの接続についても網羅しています。

ブラウザのみでコードを記述、実行、デバッグできるクラウドベースの統合開発環境 (IDE) である、AWS Cloud9についてのハンズオン(体験学習)です。

Youtube動画

【超AWS学習】Cloud9・React入門-惚れた女から突然の告白?(ハンズオン)

【超AWS学習】Cloud9・React入門-惚れた女から突然の告白?(ハンズオン)

動画で利用したコマンド

  1. Reactのインストール

    コマンド
    node -v
    npm -v
    npm i -g yarn
    yarn -v
    yarn global add create-react-app
    yarn create react-app akane
    cd akane
    yarn start
    
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