Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 624 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 624 Bytes

簡易ブラウザゲームエンジン

QuickStart Guide

  1. node.js , Visual Studio Code (vscode) をダウンロード&インストール
  2. vscodeの拡張機能Live Serverを入れる
  3. このリポジトリをclone or ZIPでダウンロードして展開
  4. npm install で自動的に必要なモジュールがインストールされる. node_modulesフォルダが出来たらOK
  5. npm run dev でソースの変更を自動的にコンパイル
  6. vscode右下のGo Liveを押してブラウザで実行