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

ブラウザ上でフロントエンド開発(Node.js環境)ができるWebContainerを試す

Posted at

概要

タイトル通りブラウザ上でフロントエンド開発(Node.js環境)ができるWebContainerを試してみる

サインアップ

個人利用で github の public リポジトリを使うのであれば無料で利用できる。

  1. 以下サイトにアクセス
  2. PERSONAL-FREE の「SIGN IN GITHUB」を選択し、github アカウントと接続する
    image.png

プロジェクト作成

  1. https://stackblitz.com/ に移動
  2. 使用したいフレームワークをクリックする
  3. テンプレートを元にプロジェクトが作られ、エディタが開き、サーバの起動も暫く待つと行われる。
  4. Nuxt3 を選んだ場合
    image.png

ソースコード編集

  1. vscode のようにファイルを開いて編集するとサーバに反映される
    image.png

github に保存

  1. エディタ左上の「Connect repository」を選択
  2. github と接続し、既存のリポジトリにインポートするか新規で作成するかを選択
    image.png
  3. 新規作成したリポジトリ

所感

  • かなり簡単に開発環境を用意することができました
  • ブラウザのみで OK なので、学生の教育用途などでも便利かもしれない。(Chromebookなどから)
  • エンタープライズ用途で実用的に使えるかは要検証
  • 似たようなコンセプトのサービスも他にあるので出来れば触ってみたい
3
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
3
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?