29
14

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 1 year has passed since last update.

Vercelでデプロイする方法(基本的な流れ)

Last updated at Posted at 2021-04-04

概要

Next.js について学ぶ中で、開発した Web アプリを簡単に公開する方法として、Vercel を使った方法を知ったので、備忘録として記載しておきます。

Vercel とは

Vercel 社が開発した、Web サイトやアプリを公開するためのプラットフォーム。
ちなみに、Vercel 社はモダンな react 開発のフレームワークとして人気の Next.js も提供しており、Vercel との相性も非常に良い。

Vercel の特徴

  • ユーザーへの公開が容易
  • Github と連動して公開可能
  • 基本、無料で利用できる

Vercel でのデプロイの手順

  1. Vercel サイトでサインアップ

    下記の Vercel サイトの右上の"Sign Up"から、Git アカウントでサインアップする

    https://vercel.com/
  2. サインアップ画面での右上にある"New Repository"をクリックする
  3. 画面左の"Import Git Repository"から、公開したいプログラムを選択する
  4. "Select Vercel Scope"で、公開元となるアカウントを選択する

    基本は、自分の個人アカウントで良い
  5. "Project Name"を指定し、右下の"Deploy"をクリックする

    他の項目はひとまず操作不要

上記作業後、自動でデプロイ処理が実行されます。紙吹雪が舞って、"Congraturations"と表示されたらアプリの公開は完了です。

超簡単!!!!

29
14
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
29
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?