A basic setup for creating shader feedback with Three.JS
Once you've downloaded the code, it will download THREE.js and create a server for you with the following commands (requires installing NPM first).
npm install
Then launch the server
npm run dev