A minimal Vite + TypeScript + p5 template for my creative coding projects.
Feel free to clone and use it as-is!
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
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.