# webpack-tangram-boilerplate **Repository Path**: mirrors_tangrams/webpack-tangram-boilerplate ## Basic Information - **Project Name**: webpack-tangram-boilerplate - **Description**: A minimal example of bundling Tangram with Webpack, but without Babel or React. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-11-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webpack-tangram-boilerplate This is a minimal example of bundling Tangram with Webpack, but without Babel or React, to illustrate the process by which Webpack module bundling works with Tangram in an otherwise-vanilla JS environment. (Compare: https://github.com/tangrams/react-webpack-tangram-boilerplate) To try this out, clone this repository to your local environment, then run: ```sh cd webpack-tangram-boilerplate npm install npm start ``` This will create a JavaScript bundle called `dist/bundle.js` using `webpack`, and start a local web server with `http-server` so that you can observe the app in action. You can open it in your browser at `http://localhost:8080`.