Simple Express+Typescript boilerplate repo

Hey guys. I was brushing up on my Express skills after working primarily with Next.js and was looking for a package and/or repo that was a relatively simple Express boiler plate that comes with Typescript out of the box, kind of in the same vein as express-generator. A lot of the repos I came across had a bunch of dependencies that I was not going to need so instead of using one then trimming the fat, so to speak, I created one myself.

Starting off with a fresh copy of express-generator, I cut out templating, set up nodemon, then added typescript support. I think this provides a VERY BASIC app structure which then anyone can use as a base to any new project. As a novice myself when it comes to Express, I wanted something that was easily digestible to others who may be in the same boat. Sharing in hopes that it may be helpful to others. Check it out here:

https://github.com/Applefrittr/typescript-express-skelly

Feel free to poke around and test it out yourself!