Roll virtual 3D dice. Made with Three.js and Cannon.js
Latest build hosted on gh-pages
$ git clone https://github.com/evgeny-rov/dice-roller.git
$ cd dice-roller/
$ npm install
Build project and open web server running project:
$ npm run start
Builds code bundle with production settings:
$ npm run build