Do you’re keen on Typescript
?
Do you’re keen on Nest JS
?
Do you’re keen on Subsequent JS
?
Do you lover Prisma
?
The issue
Typically we have to work with all of this in a full stack software. However we all the time configure and construct our frontend and backend individually. Then we join the utilizing APIs.
However it’s exhausting to configure Nest
and Subsequent
JS collectively because it takes time.
The answer
What if I instructed you that I made a boiler plate configured with Typescript, Nest JS, Prisma and Subsequent JS collectively. We do not have to start out our consumer and server individually and we do not have to fret in regards to the construct course of. It is solely a single command :
yarn begin:dev
# or
yarn begin
The method
I confronted a difficulty like this within the final week and I surfed by the GitHub all the way in which which ended up discovering nothing helpful. Nicely I really like these frameworks and was making an attempt to configure Nest
and Subsequent
collectively studying completely different articles these I discovered at some corners of the web.
The consequence
Lastly I accomplished the boiler plate and named it TNPN
(Typescript, Nest JS, Prisma, Subsequent JS). I discovered it useful for a lot of tasks the place I do not wish to configure the whole lot from scratch.
Right here is the GitHub repo hyperlink : TNPN
The conclusion
Hope you discover this useful. Remember to depart your feedback and contribute to the venture if you want.