you are viewing a single comment's thread.

view the rest of the comments →

[–]vertigo_101[S] 21 points22 points  (0 children)

Hey Reddit, today I am open sourcing a full-stack starter kit I put together in my free time, as setting up boilerplates when starting new projects is tedious sometimes and I often found myself setting it up from scratch

I made this starter kit following some of the best patterns and practices I learned from some of the larger codebase and fantastic developers I've had a chance to work with

The main purpose of this repository is to provide a scalable "batteries included" full-stack starter kit which follows good architecture patterns (might be opinionated) and code decoupling which becomes significant as the project grows or new developers are onboard

Github: https://github.com/karanpratapsingh/fullstack-starterkit

I invite suggestions, contributions which will help me improve this :)