typescript-webpack-threejs-template icon indicating copy to clipboard operation
typescript-webpack-threejs-template copied to clipboard

A minimalistic template for new Three.js projects

TypeScript + Webpack + Three.js template

A minimalistic template for Three.js projects

Installing dependencies

npm i

Running the project in watch mode

npm start

Building the project

npm run build

Linting the code

npm run lint