Run examples locally
mainTo run and modify the examples locally, ensure you have Node and NPM installed. You will also need make and a C++ compiler (e.g., build-essential on Debian/Ubuntu) to install dependencies.
- Install dependencies:
npm install - Start the demos:
npm start - Access via:
http://localhost:1234/<demo-name.html>
npm install
npm start