包详细信息

node-express-template

sweets-1129ISC1.0.6

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

express, nodejs, express-template, starter-template

自述文件

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