ThreeJS playground Technologies used ThreeJS TypeScript Webpack Deployment To create development build with file watching execute: npm run build:dev To create production build execute: npm run build:prod To run tslint execute: npm run lint To start the server execute: npm run server