Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/norskeld/p5-typescript-starter
- Owner: norskeld
- License: mit
- Created: 2019-04-20T08:13:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T03:36:59.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T23:30:49.723Z (almost 2 years ago)
- Topics: boilerplate, p5js, parcel-bundler, template, typescript
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. :)