Skip to content

pierpo/p5-ts-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🤓

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published