/webpack-typescript-threejs-boilerplate

📦 Webpack 4 boilerplate with TypeScript + Three.js :godmode:

Primary LanguageTypeScriptMIT LicenseMIT

📦 Webpack + TypeScript + Three.js Boilerplate

License: MIT

Minimal Webpack 4 boilerplate with TypeScript, Three.js, TSLint, Hot Module Replacement, and development/production optimization.

Installation

git clone https://github.com/sibvrv/webpack-typescript-threejs-boilerplate.git --depth=1
npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Development build

npm run build

Production build

npm run build:prod

Features

Webpack

License

This project is open source and available under the MIT License.