Skip to content

ジグソーパズルっぽいパズル部屋(web1week「Like」投稿作品)

Notifications You must be signed in to change notification settings

h-yoshikawa44/jigsaw-like-puzzle

Repository files navigation

Jigsaw Like Puzzle

環境

base

  • Node.js:20.13.0
  • TypeScript:5.4.5
  • React:18.3.1

Other major libraries

  • MUI:
    • material:5.15.19
    • icons-material:5.15.19
  • React Konva:18.2.10

開発環境構築

  • .env を作成 ※内容は別途管理

  • ライブラリのインストール

npm install
  • ローカルサーバ起動
npm run dev