There is an example available on rickbross.com
To run this demo, in your Terminal:
cd
into your/3d-wave-generator
directory- Install the npm packages with
npm install
- Produce a build with
grunt
. A server will automatically open the app in your browser.
After you have made a build, you can open /3d-wave-generator/dist/index.html
at any time to start the demo.