Skip to content

Arimuuuura/react-weatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React で作成したお天気アプリ

How to use

ローカルで試す場合の前提

  1. Node.jsの環境が必要です。
$ node -v
v14.17.0
// バージョン情報が出力されたらOK!
  1. 無料で公開されている天気予報apiを使用しています。 ローカルで試す場合はこちらからapikeyを取得する必要があります。 apikey取得手順参考サイト

環境構築

$ git clone https://github.com/y-arimura1222/react-weatherApp.git
$ cd react-weatherApp
$ cp .env.sample .env
# .env に取得した apikey を記述してください。

When using npm
$ npm ci
$ npm start

When using yarn
$ yarn
$ yarn start

ブラウザにアクセス ローカルホスト