[ Note: there are other similar stacks, e.g. MERN: MongoDB Express React NodeJS ]

If you’re working with MEAN (MongoDB + Express + Angular + NodeJS) in TypeScript probably you already have a tool to help you to sccafold your code. I usually use Angular CLI (as described here) for scaffold development and individual tools for specific purposes but I was missing a starter kit to automate MEAN REST APIs scaffolding in TypeScript.

So I spent some time today to learn what’s the latest in this space and found the options below:

Considering community support and docummentation I decided to use TypeScript-Node-Starter for my next project.

Now it’s your turn. Do you use any of these tools? if not, which MEAN TypeScript starter kit you use?

Thanks for reading!

Javier Caceres