https://github.com/runfunrun/p5-ts-template
p5.jsをTypeScriptで使うときのテンプレート
https://github.com/runfunrun/p5-ts-template
Last synced: 2 months ago
JSON representation
p5.jsをTypeScriptで使うときのテンプレート
- Host: GitHub
- URL: https://github.com/runfunrun/p5-ts-template
- Owner: RUNFUNRUN
- Created: 2023-07-29T15:30:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-29T15:34:24.000Z (about 3 years ago)
- Last Synced: 2026-05-11T04:49:26.906Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p5-ts-template
parcel + p5 + typescript
- localhost
```
npm run dev
```
- build
```
npm run build
```