Playground for forces & n-dimensional geometry
Install npm dependencies
npm install
Run webpack dev server with watch
npm run watch
Clean out built folder & run webpack build with production optimizations
npm run build
Auto-format code with prettier
and tslint --fix
npm run style
Remove npm dependencies and build caches
npm run clean