202-TypeScriptでp5.jsにHelloWorld
モチベーション
OpenProcessingやeditor.p5js.orgにパッとコピペして動かせるようなものにしたい
Viteでプロジェクトを作成します
p5-tsという名前のプロジェクトを作成しています
code:sh
npm create vite@latest p5-ts
Need to install the following packages:
create-vite@6.0.1
Ok to proceed? (y) y
npx
create-vite p5-ts
✔ Select a framework: › Vanilla
✔ Select a variant: › TypeScript
Scaffolding project in /Users/ogu/Repos/p5-ts...
Done. Now run:
cd p5-ts
npm install
npm run dev
npm notice
npm notice New minor version of npm available! 10.8.2 -> 10.9.1
npm notice To update run: npm install -g npm@10.9.1
npm notice