Starter project using babylonjs, webpack, and typescript.
Clone the repo
git clone https://github.com/cassieview/babylonjs-webpack-typescript-starter-project.git
cd babylonjs-webpack-typescript-starter-project
Install packages
npm install
Build Project
npm run build
Run the project
npm start
Open in VS Code
code .