A template / boilerplate / scaffold for using p5.js with TypeScript.
Uses Vite for bundling and ESLint for linting.
- Clone this repository.
- Run
npm install
. - Run
npm run dev
. - The development server should be running at
localhost:3000
and should automatically open in your browser.
This project is licensed under the MIT License. See LICENSE for more information.