- Node.jsの環境が必要です。
$ node -v
v14.17.0
// バージョン情報が出力されたらOK!
$ 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
ブラウザにアクセス ローカルホスト