oxcar / p5-ts

A p5.js and Typescript starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5-ts

A simple p5.js and Typescript starter template.

Clone repository

git clone https://github.com/oxcarh/p5-ts

You need to have npm installed.

Install npm dependencies

npm install

This template uses Parcel as a bundler.

Install Parcel

npm install -g parcel-bundler

Development mode

npm run dev

Build for deployment

npm run build

About

A p5.js and Typescript starter template

License:MIT License


Languages

Language:TypeScript 53.3%Language:HTML 46.7%