Playground for forces & n-dimensional geometry
Install npm dependencies
npm installRun webpack dev server with watch
npm run watchClean out built folder & run webpack build with production optimizations
npm run buildAuto-format code with prettier and tslint --fix
npm run styleRemove npm dependencies and build caches
npm run clean