Saturday, 13 April 2019

How do you create your new Node.js app?

Mostly when you deal with Node.js there are a lot of common libraries and configurations which you have almost in each project. For example eslint, dotenv, test libraries, logger, server etc. What do you do to create your new app:- Copy and paste from previous project package.json, some key settings;- Use generators;- Always create from scratch;​For example, when you do a frontend on Vue.js there is a nice cli tool which will generate for you everything after multiple questions, but I did not find anything similar for generating generic Node.js project.

Submitted April 13, 2019 at 09:11PM by AlexBV1

No comments:

Post a Comment