A starter project that's setup for a single p5.js sketch written in TypeScript.
First, get the code:
git clone https://github.com/ProjectDepot/p5-ts-starter
cd p5-ts-starter
npm installNow you can start the server and watch the code for changes:
npm run dev