A WebGL playground, with a react-based front-end.
npm install
gulp watch- navigate to http://localhost:8080
- try adding an experiment in src/experiments, and adding it to the list of experiments in app.js
Fancy docker approach:
cd glaboratory
docker build -t glaboratory .
docker run -p 8000:8000 -t glaboratory node bin/web-server.js