Node server for running p5.js code

  • Install node.js LTS from nodejs.org
  • Open command prompt (cmd) inside p5js-server folder.
  • Execute command npm install to install dependancies.
  • Execute command node server.js to start local web server.
  • Then navigate to http://localhost:3000