Skip to content

bupedev/typescript-p5js-boilerplate

Repository files navigation

TypeScript-p5.js Boilerplate

This repository serves as a template for p5.js projects using TypeScript. All boilerplate required is present, so you can spend less time messing around with configuration and more time creative coding.

Tooling

Both Prettier and ESLint are configured for this project. They currently don't have any custom configuration, so you are free to configure them as you wish.

Getting Started

Clone the repository and install the dependencies:

git clone https://github.com/bupedev/typescript-p5js-boilerplate.git <your_project_name
cd <your_project_name>
npm install

You can start the development server by running:

npm start

This will package your code and start a local server at http://localhost:8080/.

About

p5.js project boilerplate for use with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published