Who's got the best Typescript Template?

Just like the title says, I usually make mine from scratch… but lets say I wanted to save time and just clone another persons repo to start which one is the bees knees?

@RaananW prolly has one.

yeah, I do :slight_smile:
One that I have created for me, configured with both rollup and webpack (with different build commands). But I never pushed it anywhere. TBH - I don’t like using other people’s templates because I don’t like magic i can’t control…

well spill the link then bro XD!

1 Like

i can prepare it for “open-sourcing” on Monday, sure. it’s a mess at the moment. My kind of mess :slight_smile:

2 Likes

I definitely wouldn’t call this the “best” Typescript Template, but it’s one way to go if you want to quickly integrate React and use declarative component design:
brianzinn/create-react-app-typescript-babylonjs: BabylonJS + TypeScript (github.com)

edit: I also created a snowpack community template:
brianzinn/snowpack-babylon-typescript: babylon.js community typescript template (github.com)

I think it would be really cool if we had a CLI to init projects where we make some basic choices to generate a project. Like typescript or javascript, etc.

1 Like

I forgot about this one that I was sitting on.

Its super stripped down so for sure is not the best and has no front end apps like react attached.

This was from a while ago so everything needs to be upgraded.

1 Like

Surprised Raanan didn’t mention this one:
RaananW/babylonjs-webpack-es6: Babylon.js basic scene with typescript, webpack, es6 modules, editorconfig, eslint, hot loading and more. Will even make coffee if you ask nicely. (github.com)

1 Like

This project found the Bart AI:

How I setup my Babylon projects. Workflows for web development changes… | by Babylon.js | Medium

TrevorDev/KartRacerFHL at 147925b85fd70284744f0c084285068a50fa0476 (github.com)

i thought we were talking about a general typescript template :slight_smile:
Yes, I have this template as well, which is quite up to date!

2 Likes