express-api-starter-ts
express-api-starter-ts copied to clipboard
check out `create-ts-api`
A utility command to set up TypeScript, NodeJS, Express/GraphQL API project.
GIthub: https://github.com/bineetNaidu/create-ts-api
Run :
npx create-ts-api
cd <your-project-name>
# OR
yarn create ts-api
cd <your-project-name>
Very cool! I'll leave this issue open so people can see this as an option. I like that you have multiple templates. The goal of my template for now is to be super simple and minimal.
Very cool! I'll leave this issue open so people can see this as an option. I like that you have multiple templates. The goal of my template for now is to be super simple and minimal.
:tada: thanks for the support although some boilerplate templates were taken from this repo
Hey CJ!
I don't know if this is the appropriate place to share this, but I made a fork of this repo with modules, so to speak, that you can merge in to add different libraries and create different configurations of the API, along with dockerizing it. I don't know if it is good idea or even necessary, but I made it as I was learning express and these other things. Thought I would share it with you because I am learning a lot of this stuff from your streams and videos.
You can check it out at: https://github.com/vishalbalaji/express-api-starter-ts