wozdog-oz / p5-ts-starter-kit

A p5 with typescript starter kit πŸ€“

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5-ts-starter-kit

Generate a project with p5.js and typescript working out of the box.

Installation

Clone the repo

git clone https://github.com/pierpo/p5-ts-starter-kit.git

Reset the git history

mv p5-ts-starter-kit my-awesome-art
cd my-awesome-art
rm -rf .git
git init
git add .
git commit -m "initial commit"

Install the dependencies

yarn

Run the project

yarn start

You may now open localhost:8080. You're good to go 😊

Similar projects

This starter kit was greatly inspired by Gaweph's one. The main difference is that here we use the npm distribution of p5, use webpack and setup tools like eslint and prettier.

About

A p5 with typescript starter kit πŸ€“


Languages

Language:JavaScript 68.0%Language:TypeScript 21.3%Language:HTML 10.7%