2022-03-01から1ヶ月間の記事一覧

CORSをプロキシサーバーから解決する

herokuなどでプロキシサーバーを立ててURLを発行 (https://github.com/Rob--W/cors-anywhere/) const response = await fetch(proxyUrl + apiUrl);

gitを使ったherokuへのアプリのデプロイ

git init brew tap heroku/brew && brew install heroku heroku login heroku create git push heroku master