Skip to content

A simple starter template with Vite + TypeScript + p5 for quick starting my creative coding projects!

License

Notifications You must be signed in to change notification settings

Tailsxz/p5-starter

Repository files navigation

p5-starter

A minimal Vite + TypeScript + p5 template for my creative coding projects.

Feel free to clone and use it as-is!

Prerequisites

  • a local Git installation
  • a local npm installation

Installation

git clone https://github.com/Tailsxz/p5-starter-template.git

cd p5-starter-template

npm install

Default vite scripts!

To start the development server, run

npm run dev

To start the production server, run (NOTE: you must have a production build for this command to work)

npm run preview

To build for production, run

npm run build

License

The code in this project is licensed under the CC0 1.0 Universal (CC0 1.0) Public Domain Dedication.

Please note that this project includes third-party dependencies, such as TypeScript and p5.js, which are licensed under their own respective licenses. Users of this project must comply with these licenses as well.

About

A simple starter template with Vite + TypeScript + p5 for quick starting my creative coding projects!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published