UNPKG

node-express-template

Version:

npm package to get ready to go Node/Express code template

22 lines (10 loc) 638 B
# node-express-template 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: ![image](https://github.com/user-attachments/assets/741ac07e-3012-458d-bd91-5903b577ba89)