Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/norskeld/p5-typescript-starter

A bare-bones boilerplate for p5.js with TypeScript & Parcel.
https://github.com/norskeld/p5-typescript-starter

boilerplate p5js parcel-bundler template typescript

Last synced: about 1 month ago
JSON representation

A bare-bones boilerplate for p5.js with TypeScript & Parcel.

Awesome Lists containing this project

README

        

# p5-typescript-starter

A bare-bones boilerplate for [p5.js](https://github.com/processing/p5.js) with [TypeScript](https://github.com/Microsoft/TypeScript) & [Parcel](https://github.com/parcel-bundler/parcel).

## Installation

Create your own repo using this one as a template ([how?](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template)), clone it, install dependencies and you are set.

```shell
npm i
```

## Development

```shell
npm start
```

## Building

```shell
npm run build
```

## Note

This boilerplate uses p5@**0.9.0** to match TypeScript typings. Feel free to open an issue or create a PR if you noticed that versions of p5 and/or @types used in this repo severely outdated. :)