I created this package to resolve a problem of writing the code template each time we setup new project, I followed the industry standard folder structure.
To use it
1 - cd into project folder
2 - install it using npx node-express-template
or you can install it globally with npm install -g node-express-template and inside the project folder just enter node-express-template in terminal
3 - answere the asked questions
4 - npm start or npm run dev
Here is an image showcasing the project: