P5js + React template Very simple template for building P5js sketches with the power of react. Useful for building custom design tools. Dependencies React p5.js Vite.js Sass Installation Install the dependencies with npm: npm install Run a development environment on a local server: npm run dev