/p5-ts-boilerplate

My personal boilerplate to quickly spin up a p5js project with typescript and webpack

Primary LanguageTypeScriptMIT LicenseMIT

TypeScript p5 Boilerplate

This is a boilerplate project for creating p5.js sketches using TypeScript.

Table of Contents

Getting Started

To get started with this TypeScript p5 boilerplate, follow these steps:

  1. Clone the repository:
git clone https://github.com/JackAlexRose/p5-ts-boilerplate
  1. Install the dependencies:
cd p5-ts-boilerplate
yarn
  1. Start the development server:
yarn start

This will start a local development server and open the project in your default browser.

  1. Open the src/index.ts file and start coding your p5.js sketch.

Usage

Refer to the p5.js documentation for information on how to use the p5.js library.

License

This project is licensed under the MIT License.