/typescript-webpack-threejs-template

A minimalistic template for new Three.js projects

Primary LanguageTypeScriptMIT LicenseMIT

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