This is a boilerplate project for creating p5.js sketches using TypeScript.
To get started with this TypeScript p5 boilerplate, follow these steps:
- Clone the repository:
git clone https://github.com/JackAlexRose/p5-ts-boilerplate
- Install the dependencies:
cd p5-ts-boilerplate
yarn
- Start the development server:
yarn start
This will start a local development server and open the project in your default browser.
- Open the
src/index.ts
file and start coding your p5.js sketch.
Refer to the p5.js documentation for information on how to use the p5.js library.
This project is licensed under the MIT License.