Wednesday 17 October 2018

How and why I built A nodeJs-MongoDb Starter kit

Now this problem is quite common with all the developers. Whenever we start a new project we have to repeat the same steps again and again of downloading the dependencies and requiring all the dependencies into our project. We repeat this process again and again in every project and sometimes it becomes hectic and we forget certain steps and then we have to debug the entire app to see where we made the mistake where we form to import something or installing certain dependencies into our application. Now you see the problem. It might not be happening with you now but at a certain point in our development phase we will face this problem.Every time we start a new project, we’re overwhelmed at the selection of build tools, testing frameworks, component libraries and more. Best solution? A starter kitif any of you guys want to contribute or have any suggestion please refer to my Github repository

Submitted October 17, 2018 at 06:31PM by thakursachin467

No comments:

Post a Comment