LoginSignup
0
0

意識高い系のScratch導入方法を紹介!

Posted at

意識高い系のScratch導入方法を紹介します!

通常の場合

意識高い系の場合

1. Node.jsのインストール

Node.jsをインストールします。

2. scratch-guiのコピー

スクラッチのオフィシャルなリポジトリからソースコードをコピーします。
(主はCode→Download ZIP→展開しました。)

3. npm installする

カレントディレクトリをスクラッチのリポジトリからコピーしてきたディレクトリにして、npm installして、npm startします。

cd [スクラッチのリポジトリをコピーした場所]
npm install
npm start

そしたらサーバーが起動します。
localhost:8601にアクセスしたらScratchになります。
しかし主はhttp://localhost:8602/ で動作しました。

やっていること

scratch-guiの開発環境を整えて、scratch-guiのサーバーを起動しただけのようです。意外と単純で申し訳ございません。

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