Typescript + Webpack + Babylon starter kit

I have created a basic starter kit, which might help people setting up a babylon project using Typescript with ES6 and webpack as bundler. It’s a small project I’ve been using when I needed to run some new experiments or setting up new projects.

Currently it’s composed of two scenes the normal playground and a simple example of loading a gltf model and setting the environment.

The project also includes a Dockerfile which builds and fires up a nginx server.

I hope it can help some of you to get going without wasting time with tooling :slight_smile:

7 Likes