Minimal Webpack 4 boilerplate with TypeScript, Three.js, TSLint, Hot Module Replacement, and development/production optimization.
git clone https://github.com/sibvrv/webpack-typescript-threejs-boilerplate.git --depth=1
npm i
npm start
You can view the development server at localhost:8080
.
npm run build
npm run build:prod
webpack
- Module and asset bundler.webpack-cli
- Command line interface for Webpack.webpack-dev-server
- Development server for Webpack.
This project is open source and available under the MIT License.