MBP(はてな)

MacBook Pro,iPhone Xs,React

2021-08-08から1日間の記事一覧

React Typescript

$ npx create-react-app typescript-react-pages --template typescript$ cd typescript-react-pages $ vi src/App.tsxReactでQiita APIから記事情報を取得して表示 - MBP(はてな)Githubにリポジトリを作成して、push プロジェクトのトップディレクトリで、 …

Azure Static Web AppsでReact App

Githubにリポジトリを作成して、 $ npx create-react-app azure-static-web-react-pages $ cd azure-static-web-react-pages $ git remote add origin git@github.com:hiroyuki12/azure-static-web-react-pages.git $ git branch -M main $ git push -u orig…

VercelでReact App

プロジェクトのトップディレクトリで、 $ git remote add origin git@github.com:hiroyuki12/vercel-react-pages.git $ git branch -M main $ git push -u origin main でエラーが出たので、公開鍵をGithubにアップするとpushできた。公開鍵のアップ GitHub …

netlifyでReact App

githubでリポジトリ名:netlify-react-pagesで作成して、 $ git remote add origin https://github.com/hiroyuki12/netlify-react-pages.gitpublished になるまで少し時間がかかった。完了するとメールが届いた。https://netlify-react-pages.netlify.appnet…

コードで学ぶAWS入門

コードで学ぶAWS入門

HerokuでReact App

HerokuにログインしてNewを選択して、Create New Appで作成Heroku CLIをインストール $ curl https://cli-assets.heroku.com/install.sh | sh $ /usr/local/bin/heroku -v heroku/7.56.1 darwin-x64 node-v12.21.0$ heroku login$ cd github $ npx create-re…