0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ZEIT NOW を使うときのメモ

Last updated at Posted at 2020-04-04

動画の解説はこちら

初期設定

$ npm install -g yarn
$ yarn global add now
$ now login
$ now

こんな感じでURLが発行されるので、クリックするとWebサイトが立ち上がります。
コロナに負けるな2.gif

2回目以降

テスト環境にデプロイ

$ now

本番環境にデプロイ

$ now --prod

デプロイしたURLを購入したドメインに紐付け

ZEIT NOWにログインすると、デプロイできていることを確認できます。タイトルをクリックし、SettingのページのDomeinsを見ると、ドメインが設定できる部分があります。購入したドメインを入力すると、エラーが出ますので、その指示通りに購入したドメインのサイトで設定するだけ。
スクリーンショット 2020-04-03 午前11.45.16.png

以上! 簡単!!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?